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