ArcGIS API for Windows Phone - Library Reference
Equals(Envelope) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > Envelope Class > Equals Method : Equals(Envelope) 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 Envelope _
) As Boolean
C# 
public bool Equals( 
   Envelope 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.