Class ICompareGeoPoint2DWithParameter2
Inheritance
System.Object
ICompareGeoPoint2DWithParameter2
Implements
System.Collections.Generic.IComparer<GeoPoint2DWithParameter>
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.Curve2D
Assembly: CADability.dll
Syntax
public class ICompareGeoPoint2DWithParameter2 : IComparer<GeoPoint2DWithParameter>
Constructors
| Improve this Doc View SourceICompareGeoPoint2DWithParameter2()
Declaration
public ICompareGeoPoint2DWithParameter2()
Explicit Interface Implementations
| Improve this Doc View SourceIComparer<GeoPoint2DWithParameter>.Compare(GeoPoint2DWithParameter, GeoPoint2DWithParameter)
Declaration
int IComparer<GeoPoint2DWithParameter>.Compare(GeoPoint2DWithParameter x, GeoPoint2DWithParameter y)
Parameters
| Type | Name | Description |
|---|---|---|
| GeoPoint2DWithParameter | x | |
| GeoPoint2DWithParameter | y |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Implements
System.Collections.Generic.IComparer<T>