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

Equals() public method

public Equals ( _DROPFILES other ) : bool
other _DROPFILES
return bool
        public bool Equals(_DROPFILES other)
        {
            return this.pFiles == other.pFiles
                && this.X == other.X
                && this.Y == other.Y
                && this.fNC == other.fNC
                && this.fWide == other.fWide;
        }

Same methods

_DROPFILES::Equals ( object obj ) : bool