[]
Defines a method that a type implements to compare two structs.
public interface IStructComparer<T> where T : struct
Public Interface IStructComparer(Of T As Structure)
Name | Description |
---|---|
T | The type of structs to compare. |
Name | Description |
---|---|
Compare(in T, in T) | Compares two structs and returns a value indicating whether one is less than, equal to, or greater than the other. |