Coordinates.Inequality(Coordinates, Coordinates) Operator

Definition

Compares two instances for inequality.

public:
 static bool operator !=(System::Management::Automation::Host::Coordinates first, System::Management::Automation::Host::Coordinates second);
public static bool operator != (System.Management.Automation.Host.Coordinates first, System.Management.Automation.Host.Coordinates second);
static member op_Inequality : System.Management.Automation.Host.Coordinates * System.Management.Automation.Host.Coordinates -> bool
Public Shared Operator != (first As Coordinates, second As Coordinates) As Boolean

Parameters

first
Coordinates

The left side operand.

second
Coordinates

The right side operand.

Returns

true if any of the respective either X or Y field is not the same, false otherwise.

Applies to