Vector2Equals Method (Vector2)
|
Check if the components of two vectors are approximate equals.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool Equals(
Vector2 other
)
Public Function Equals (
other As Vector2
) As Boolean
public:
virtual bool Equals(
Vector2 other
) sealed
abstract Equals :
other : Vector2 -> bool
override Equals :
other : Vector2 -> bool
METHOD Equals(
other AS Vector2
) AS LOGIC
Parameters
- other
- Type: DXFReaderNETVector2
Another vector to compare to.
Return Value
Type:
BooleanTrue if the three components are almost equal or false in any other case.
Implements
IEquatableTEquals(T)See Also