static public method XUnit.op_Inequality

Brief

Checks whether the values of two XUnit structures are not equal.

Declaration
C#
bool  op_Inequality (Gehtsoft.PDFFlow.Models.Shared.XUnit value1, Gehtsoft.PDFFlow.Models.Shared.XUnit value2)

Parameters
value1

One XUnit structure.

value2

Another XUnit structure.

Declared in XUnit

back