NAPS2.Scan.PageDimensions.Equals C# (CSharp) Method

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool
        public override bool Equals(Object obj)
        {
            return obj is PageDimensions && this == (PageDimensions)obj;
        }