IDiaSession::symsAreEquiv
Checks to see if two symbols are equivalent.
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.