Dicom.IO.Endian.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : bool
Résultat bool
        public static bool operator !=(Endian e1, Endian e2)
        {
            return !(e1 == e2);
        }