|  | VectorDEquals Method (VectorD) | 
            Indicates whether the current object is equal to another object of the same type.
            
 
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
 Syntax
Syntaxpublic bool Equals(
	VectorD other
)
Public Function Equals ( 
	other As VectorD
) As Boolean
public:
virtual bool Equals(
	VectorD^ other
) sealed
abstract Equals : 
        other : VectorD -> bool 
override Equals : 
        other : VectorD -> bool Parameters
- other
- Type: DigitalRune.Mathematics.AlgebraVectorD
 An object to compare with this object.
Return Value
Type: 
Boolean if the current object is equal to the other parameter; otherwise, 
            
.
            
Implements
IEquatableTEquals(T) See Also
See Also