For Babelfish Release 1.12.3.10

CompareMatchAbbr Class

Compares (thus allowing to sort), two MatchAbbr objects by chosen value. default sorting is Distance, though that is only known if the caller gave their location.

Definition

Namespace: Scopos.BabelFish.DataActors.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public class CompareMatchAbbr : IComparer<MatchAbbr>
Inheritance
Object    CompareMatchAbbr
Implements
IComparerMatchAbbr

Constructors

CompareMatchAbbrInitializes a new instance of the CompareMatchAbbr class

Properties

Methods

Compare 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also