Show / Hide Table of Contents

Class Extensions

Contains extension methods.

Inheritance
System.Object
Extensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class Extensions

Methods

CompareByIdAndType(OsmGeo, OsmGeo)

Compares this OsmGeo object to another using type, and id. Nodes before ways, ways before relations.

Declaration
public static int CompareByIdAndType(this OsmGeo osmGeo, OsmGeo other)
Parameters
OsmGeo osmGeo

OsmGeo other

Returns
System.Int32

CompareByIdVersionAndType(OsmGeo, OsmGeo)

Compares this OsmGeo object to another using type, id and version number. Nodes before ways, ways before relations.

Declaration
public static int CompareByIdVersionAndType(this OsmGeo osmGeo, OsmGeo other)
Parameters
OsmGeo osmGeo

OsmGeo other

Returns
System.Int32

ToInvariantString(Object)

Returns a string representing the object in a culture invariant way.

Declaration
public static string ToInvariantString(this object obj)
Parameters
System.Object obj

Returns
System.String

Back to top Built by Itinero, MIT licensed.