Click or drag to resize

Vector3Equals Method (Vector3)

check whether another vector is equal to this vector

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Equals(
	Vector3 other
)

Parameters

other
Type: Karamba.GeometryVector3
other vector

Return Value

Type: Boolean
true if equal

Implements

IEquatableTEquals(T)
See Also