Compares two vectors for equality.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public new static bool Equals ( |
Visual Basic
Copy Code
|
|---|
Public Shadows Shared Function Equals( _ |
The first vector to compare.
The second vector to compare.
true if the vectors are equal, or otherwise false.
See Also