C# Class GeoJSON.Net.CoordinateReferenceSystem.UnspecifiedCRS

Represents an unspecified Coordinate Reference System i.e. where a geojson object has a null crs
Inheritance: ICRSObject
Show file Open project: GeoJSON-Net/GeoJSON.Net Class Usage Examples

Public Methods

Method Description
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

Method Details

Equals() public method

Determines whether the specified object is equal to the current object
public Equals ( ICRSObject obj ) : bool
obj ICRSObject
return bool

Equals() public method

Determines whether the specified object is equal to the current object
public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

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

operator() public static method

Determines whether the specified object instances are considered equal
public static operator ( ) : bool
return bool