[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.IStructComparer-1

IStructComparer<T> Interface

Defines a method that a type implements to compare two structs.

Namespace: GrapeCity.Documents.Common
Assembly: DS.Documents.Imaging.dll
Syntax
public interface IStructComparer<T> where T : struct
Public Interface IStructComparer(Of T As Structure)
Type Parameters
Name Description
T

The type of structs to compare.

Methods

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.