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