Click or drag to resize

Vector3Equals Method (Vector3)

Check if the components of two vectors are approximate equal.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Equals(
	Vector3 other
)

Parameters

other
Type: DXFReaderNETVector3
Vector3.

Return Value

Type: Boolean
True if the three components are almost equal or false in any other case.

Implements

IEquatableTEquals(T)
See Also