Microsoft.VisualStudio.Project._DROPFILES.operator C# (CSharp) Method

operator() public static method

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