Share via


NVector16b.Inequality(NVector16b, NVector16b) Operator

Definition

Determines whether two NVector16b instances are not equal.

public static bool operator !=(CoreGraphics.NVector16b left, CoreGraphics.NVector16b right);
static member op_Inequality : CoreGraphics.NVector16b * CoreGraphics.NVector16b -> bool

Parameters

left
NVector16b

The first vector to compare.

right
NVector16b

The second vector to compare.

Returns

true if the vectors are not equal; otherwise, false.

Applies to