public method XUnit.CompareTo

Brief

Compares the value of the XUnit structure with the value of another XUnit structure and returns an integer indicating whether it is less (-1), equal (0) , or greater (1).

Declaration
C#
int  CompareTo (Gehtsoft.PDFFlow.Models.Shared.XUnit other)

Parameters
other

The XUnit structure to compare with.

Declared in XUnit

back