IDebugField::Equal
This method compares this field with the specified field for equality.
HRESULT Equal(
IDebugField* pField
);
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.