MindFusion.Wpf Pack Programmer's Guide
Point.Equals Method (Point)
See Also
 





Determines whether the specified Point is equal to this Point.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public new bool Equals (
    Point other
)

Visual Basic  Copy Code

Public Shadows Function Equals( _
    other As Point _
) As Boolean

 Parameters

other

The Point to compare with this point.

 Return Value

true if the specified Point is equal to the current Point, otherwise false.

 See Also

Equals Method Overload List
Point Members
Point Class
MindFusion.Mapping Namespace