C# Class DataInterop.GeoJSONObject

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

Méthodes publiques

Méthode 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 !=.

Méthodes protégées

Méthode Description
Equals ( GeoJSONObject other ) : bool

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

GeoJSONObject ( ) : System.Linq

Method Details

Equals() protected méthode

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

Equals() public méthode

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

GeoJSONObject() protected méthode

protected GeoJSONObject ( ) : System.Linq
Résultat System.Linq

GetHashCode() public méthode

Returns a hash code for this instance.
public GetHashCode ( ) : int
Résultat int

operator() public static méthode

Implements the operator !=.
public static operator ( ) : bool
Résultat bool