Determines whether the specified Point is equal to this Point.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public new bool Equals ( |
Visual Basic
Copy Code
|
|---|
Public Shadows Function Equals( _ |
The Point to compare with this point.
true if the specified Point is equal to the current Point, otherwise false.
See Also