C# Класс DataInterop.GeoJSONObject

Base class for all IGeometryObject implementing types
Наследование: IGeoJSONObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 !=.

Защищенные методы

Метод Описание
Equals ( GeoJSONObject other ) : bool

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

GeoJSONObject ( ) : System.Linq

Описание методов

Equals() защищенный Метод

Determines whether the specified GeoJSONObject, is equal to this instance.
protected Equals ( GeoJSONObject other ) : bool
other GeoJSONObject The to compare with this instance.
Результат bool

Equals() публичный Метод

Determines whether the specified System.Object, is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Результат bool

GeoJSONObject() защищенный Метод

protected GeoJSONObject ( ) : System.Linq
Результат System.Linq

GetHashCode() публичный Метод

Returns a hash code for this instance.
public GetHashCode ( ) : int
Результат int

operator() публичный статический Метод

Implements the operator !=.
public static operator ( ) : bool
Результат bool