C# Class DataInterop.GeoJSONObject

Base class for all IGeometryObject implementing types
Inheritance: IGeoJSONObject
Datei anzeigen Open project: DigitalGlobe/DGConnect-ESRI Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

Determines whether the specified System.Object, is equal to this instance.

GetHashCode ( ) : int

Returns a hash code for this instance.

operator ( ) : bool

Implements the operator !=.

Protected Methods

Method Description
Equals ( GeoJSONObject other ) : bool

Determines whether the specified GeoJSONObject, is equal to this instance.

GeoJSONObject ( ) : System.Linq

Method Details

Equals() protected method

Determines whether the specified GeoJSONObject, is equal to this instance.
protected Equals ( GeoJSONObject other ) : bool
other GeoJSONObject The to compare with this instance.
return bool

Equals() public method

Determines whether the specified System.Object, is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
return bool

GeoJSONObject() protected method

protected GeoJSONObject ( ) : System.Linq
return System.Linq

GetHashCode() public method

Returns a hash code for this instance.
public GetHashCode ( ) : int
return int

operator() public static method

Implements the operator !=.
public static operator ( ) : bool
return bool