ArcFM Responder Mobile Developer Guide
Equals(GeoPoint) Method






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

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

Point2D Class
Point2D Members
Overload List

Send Feedback