OIDS.nameOf

Tests whether the specified OID stands for the specified name.

struct OIDS
static
bool
nameOf
(
in OID oid
,
in string name
)

Parameters

oid OID

the OID to check

name string

the name to check

Return Value

Type: bool

true if the specified OID stands for the specified name

Meta