ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
true if the current vector is equal to the vector parameter; otherwise, false.
Indicates whether the current vector is equal to another vector.
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Parameters
- other
- Type: ILNumerics.DrawingVector4
A vector to compare with this vector.
Return Value
Type: Booleantrue if the current vector is equal to the vector parameter; otherwise, false.
Implements
IEquatableTEquals(T)Remarks
[ILNumerics Visualization Engine]
See Also