refCountCompare

Compares the current value of rc with val.

bool
refCountCompare
(
ref int rc
,
int val
)

Parameters

rc int

the address of a reference count variable

val int

the value to compare

Return Value

Type: bool

true if the reference count is the same as the given value