| Vector3DEquals Method (Vector3D) |
Indicates whether the current object is equal to another object of the same type.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public bool Equals(
Vector3D other
)
Public Function Equals (
other As Vector3D
) As Boolean
public:
virtual bool Equals(
Vector3D other
) sealed
abstract Equals :
other : Vector3D -> bool
override Equals :
other : Vector3D -> bool
Parameters
- other
- Type: DigitalRune.Mathematics.AlgebraVector3D
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