C# Класс GeoJSON.Net.CoordinateReferenceSystem.UnspecifiedCRS

Represents an unspecified Coordinate Reference System i.e. where a geojson object has a null crs
Наследование: ICRSObject
Показать файл Открыть проект Примеры использования класса

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

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

Determines whether the specified object is equal to the current object

Equals ( object obj ) : bool

Determines whether the specified object is equal to the current object

GetHashCode ( ) : int

Returns the hash code for this instance

operator ( ) : bool

Determines whether the specified object instances are considered equal

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

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

Determines whether the specified object is equal to the current object
public Equals ( ICRSObject obj ) : bool
obj ICRSObject
Результат bool

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

Determines whether the specified object is equal to the current object
public Equals ( object obj ) : bool
obj object
Результат bool

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

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

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

Determines whether the specified object instances are considered equal
public static operator ( ) : bool
Результат bool