Interface IRefComparer<T>
Namespace: AnyPath.Native.Util
Assembly: AnyPath.dll
Syntax
public interface IRefComparer<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Compare(ref T, ref T)
Declaration
int Compare(ref T a, ref T b)
Parameters
| Type | Name | Description |
|---|---|---|
| T | a | |
| T | b |
Returns
| Type | Description |
|---|---|
| int |