NVector16b.Inequality(NVector16b, NVector16b) 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.
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.