Vector::Equality Operator (Vector, Vector)
.NET Framework (current version)
Compares two vectors for equality.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- vector1
-
Type:
System.Windows::Vector
The first vector to compare.
- vector2
-
Type:
System.Windows::Vector
The second vector to compare.
Return Value
Type: System::Booleantrue if the X and Y components of vector1 and vector2 are equal; otherwise, false.
.NET Framework
Available since 3.0
Available since 3.0
Show: