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