ArcGIS API for Windows Phone - Library Reference
Equals(MapPoint) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > MapPoint Class > Equals Method : Equals(MapPoint) Method

other
An object to compare with this object.
Indicates whether the current object is equal to another object of the same type.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Equals( _
   ByVal other As MapPoint _
) As Boolean
C# 
public bool Equals( 
   MapPoint other
)

Parameters

other
An object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.