Show / Hide Table of Contents

Class ICompareGeoPoint2DWithParameter1

Inheritance
System.Object
ICompareGeoPoint2DWithParameter1
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 ICompareGeoPoint2DWithParameter1 : IComparer<GeoPoint2DWithParameter>

Constructors

| Improve this Doc View Source

ICompareGeoPoint2DWithParameter1()

Declaration
public ICompareGeoPoint2DWithParameter1()

Explicit Interface Implementations

| Improve this Doc View Source

IComparer<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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX