ILNumerics Ultimate VS

Vector4Equals Method (Vector4)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public bool Equals(
	Vector4 other
)

Parameters

other
Type: ILNumerics.DrawingVector4
A vector to compare with this vector.

Return Value

Type: Boolean
true if the current vector is equal to the vector parameter; otherwise, false.

Implements

IEquatableTEquals(T)
Remarks

[ILNumerics Visualization Engine]

See Also

Reference