Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.