public static bool operator >(
UInt64N left,
UInt64N right
)
Public Shared Operator > (
left As UInt64N,
right As UInt64N
) As Boolean
public:
static bool operator >(
UInt64N left,
UInt64N right
)
static let inline (>)
left : UInt64N *
right : UInt64N : bool