Class NumberComparer Inheritance object NumberComparer Namespace: Metalama.Patterns.Contracts.NumericAssembly: Metalama.Patterns.Contracts.dllSyntax public static class NumberComparer Methods Name Description IsGreaterThan(object?, decimal) IsGreaterThan(object?, double) IsGreaterThan(object?, long) IsGreaterThan(object?, ulong) IsSmallerThan(object?, decimal) IsSmallerThan(object?, double) IsSmallerThan(object?, long) IsSmallerThan(object?, ulong) IsStrictlyGreaterThan(object?, decimal) IsStrictlyGreaterThan(object?, double) IsStrictlyGreaterThan(object?, long) IsStrictlyGreaterThan(object?, ulong) IsStrictlySmallerThan(object?, decimal) IsStrictlySmallerThan(object?, double) IsStrictlySmallerThan(object?, long) IsStrictlySmallerThan(object?, ulong)