|
Vector3Equals Method (Vector3)
|
check whether another vector is equal to this vector.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool Equals(
Vector3 other
)
Public Function Equals (
other As Vector3
) As Boolean
public:
virtual bool Equals(
Vector3 other
) sealed
abstract Equals :
other : Vector3 -> bool
override Equals :
other : Vector3 -> bool
Parameters
- other
- Type: Karamba.GeometryVector3
other vector.
Return Value
Type:
Booleantrue if equal.
Implements
IEquatableTEquals(T)
See Also