Search
Point.Equals Method (Object)
See Also
 





Object.Equals override.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public override bool Equals (
    Object obj
)

Visual Basic  Copy Code

Public Overrides Function Equals( _
    obj As Object _
) As Boolean

 Parameters

obj

The object to compare with this object.

 Return Value

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

 See Also