Class CompareGeoPoint2DWithParameter1
Inheritance
System.Object
CompareGeoPoint2DWithParameter1
Implements
System.Collections.IComparer
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 CompareGeoPoint2DWithParameter1 : IComparer
Constructors
| Improve this Doc View SourceCompareGeoPoint2DWithParameter1()
Declaration
public CompareGeoPoint2DWithParameter1()
Methods
| Improve this Doc View SourceCompare(Object, Object)
Declaration
public int Compare(object x, object y)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | x | |
| System.Object | y |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Implements
System.Collections.IComparer