Click or drag to resize
DigitalRuneVector2FEquals Method (Vector2F)
Indicates whether the current object is equal to another object of the same type.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public bool Equals(
	Vector2F other
)

Parameters

other
Type: DigitalRune.Mathematics.AlgebraVector2F
An object to compare with this object.

Return Value

Type: Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)
See Also