Vector3Equals Method (Vector3)
             | 
          
        
         
            Check if the components of two vectors are approximate equal.
            
 
    Namespace: 
   DXFReaderNET
    Assembly:
   DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
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  METHOD Equals(
	other AS Vector3
) AS LOGIC
Parameters
- other
 - Type: DXFReaderNETVector3
Vector3. 
Return Value
Type: 
BooleanTrue if the three components are almost equal or false in any other case.
Implements
IEquatableTEquals(T)
See Also