OctetStringImpl.opCmp

Compare two strings

struct OctetStringImpl
const
int
opCmp
(
const ref OctetString other
)

Parameters

other OctetString

an octet string

Return Value

Type: int

1 if this is bigger, -1 if smaller, 0 if equal to other

Meta