Windows apps
Collapse the table of content
Expand the table of content

Vector<T>::Inequality Operator

Returns a value that indicates whether any single pair of elements in the specified vectors is equal.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static bool operator !=(
	Vector<T> left, 
	Vector<T> right
)

Parameters

left
Type: System.Numerics::Vector<T>

The first vector to compare.

right
Type: System.Numerics::Vector<T>

The second vector to compare.

Return Value

Type: System::Boolean
true if any element pairs in left and right are equal. false if no element pairs are equal.
Show:
© 2017 Microsoft