x500NameCmp

Compare two names using the X.509 comparison algorithm

bool
x500NameCmp
(
in string name1
,
in string name2
)

Parameters

name1 string

the first name

name2 string

the second name

Return Value

Type: bool

true if name1 is the same as name2 by the X.509 comparison rules

Meta