Compare this vector with the specified vector for equality.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public new bool Equals ( |
Visual Basic
Copy Code
|
|---|
Public Shadows Function Equals( _ |
The vector to compare with.
true if the vectors are equal, or otherwise false.
See Also