Compare

public static bool Compare<T>(T a, T b, ComparisonOp comparisonOp) ;

Compare values

Type Parameter Name Description Type Constraints
T Type of value to compare
Parameter Name Description
a Value on left side to compare
b Right-hand value to compare
comparisonOp Comparison operator

Comparison result