Class GorgonFileExtensionComparer
A comparer used to perform a comparison on two instances of GorgonFileExtension.
Implements
Inherited Members
Namespace: Gorgon.IO
Assembly: Gorgon.Core.dll
Syntax
public class GorgonFileExtensionComparer : IComparer<GorgonFileExtension>
Methods
| Edit this page View SourceCompare(GorgonFileExtension, GorgonFileExtension)
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Declaration
public int Compare(GorgonFileExtension x, GorgonFileExtension y)
Parameters
Type | Name | Description |
---|---|---|
GorgonFileExtension | x | The first object to compare. |
GorgonFileExtension | y | The second object to compare. |
Returns
Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
int |
A signed integer that indicates the relative values of
|