BaseEntryGreaterThan Operator
Returns true if its left-hand operand is greater than its right-hand operand, false otherwise.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public static bool operator >(
BaseEntry c1,
BaseEntry c2
)
Public Shared Operator > (
c1 As BaseEntry,
c2 As BaseEntry
) As Boolean
public:
static bool operator >(
BaseEntry^ c1,
BaseEntry^ c2
)
static let inline (>)
c1 : BaseEntry *
c2 : BaseEntry : bool
- c1 BaseEntry
- Left-hand operand.
- c2 BaseEntry
- Right-hand operand.
BooleanComparison result.