IDebugField::Equal

This method compares this field with the specified field for equality.

Syntax

int Equal(
   IDebugField pField
);

Parameters

pField
[in] The field to compare to this one.

Return Value

If the fields are the same, returns S_OK. If the fields are different, returns S_FALSE. Otherwise, returns an error code.

See also