Class GeoPoint2D.GeoPoint2DICompareX
Inheritance
System.Object
GeoPoint2D.GeoPoint2DICompareX
Implements
System.Collections.Generic.IComparer<GeoPoint2D>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public class GeoPoint2DICompareX : IComparer<GeoPoint2D>
Constructors
| Improve this Doc View SourceGeoPoint2DICompareX()
Declaration
public GeoPoint2DICompareX()
Methods
| Improve this Doc View SourceCompare(GeoPoint2D, GeoPoint2D)
Declaration
public int Compare(GeoPoint2D x, GeoPoint2D y)
Parameters
| Type | Name | Description |
|---|---|---|
| GeoPoint2D | x | |
| GeoPoint2D | y |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Implements
System.Collections.Generic.IComparer<T>