|
FaceCompareTo Method
|
Compare this face to another one for sorting in the context of the BESO-procedure according to sensitivity.
Namespace:
Karamba.Utilities.KMesh
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic int CompareTo(
Object that
)
Public Function CompareTo (
that As Object
) As Integer
public:
virtual int CompareTo(
Object^ that
) sealed
abstract CompareTo :
that : Object -> int
override CompareTo :
that : Object -> int
Parameters
- that
- Type: SystemObject
Face to compare this with.
Return Value
Type:
Int32Integer with indicates which object comes first in a sorting.
Implements
IComparableCompareTo(Object)
See Also