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

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(PageDimensions x, PageDimensions y)
        {
            return !(x == y);
        }