Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
Checks to see if two symbols are equivalent.
Syntax
HRESULT symsAreEquiv (
IDiaSymbol* symbolA,
IDiaSymbol* symbolB
);
Parameters
symbolA
[in] The first IDiaSymbol object used in the comparison.
symbolB
[in] The second IDiaSymbol object used in the comparison.
Return Value
If the symbols are equivalent, returns S_OK; otherwise, returns S_FALSE, the symbols are not equivalent. Otherwise, return an error code.