Size.Inequality(Size, Size) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two instances for inequality.
public:
static bool operator !=(System::Management::Automation::Host::Size first, System::Management::Automation::Host::Size second);
public static bool operator != (System.Management.Automation.Host.Size first, System.Management.Automation.Host.Size second);
static member op_Inequality : System.Management.Automation.Host.Size * System.Management.Automation.Host.Size -> bool
Public Shared Operator != (first As Size, second As Size) As Boolean
Parameters
- first
- Size
The left side operand.
- second
- Size
The right side operand.
Returns
true if any of the respective Width and Height fields are not the same, false otherwise.