Microsoft.VisualStudio.Project._DROPFILES.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : bool
Résultat bool
        public static bool operator !=(_DROPFILES left, _DROPFILES right)
        {
            return !left.Equals(right);
        }