Jezik
Bilješka
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati da se prijavite ili promijenite direktorije.
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati promijeniti direktorije.
Compares an object with this object.
Syntax
Parameters
pObject
[in] An IDebugObject object representing the object to compare to.
pfIsEqual
[out] Returns non-zero (TRUE) if the values of the objects are equal; otherwise, returns zero (FALSE).
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
Typically, this method can compare the addresses of the values represented by the pObject parameter and this IDebugObject object; if the addresses are equal, then the objects can be considered equal.