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