ArcFM Responder Mobile Developer Guide
Equals(GeoPoint) Method






Syntax
'Declaration
 
Public Overloads MustOverride Function Equals( _
   ByVal other As GeoPoint _
) As System.Boolean
'Usage
 
Dim instance As GeoPoint
Dim other As GeoPoint
Dim value As System.Boolean
 
value = instance.Equals(other)
public abstract System.bool Equals( 
   GeoPoint other
)
public function Equals( 
    other: GeoPoint
): System.Boolean; abstract; 
public __abstract function Equals( 
   other : GeoPoint
) : System.boolean;
public: abstract System.bool Equals( 
   GeoPoint* other
) 
public:
abstract System.bool Equals( 
   GeoPoint^ other
) 

Parameters

other
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GeoPoint Class
GeoPoint Members
Overload List

Send Feedback