次の方法で共有


IDiaSession::symsAreEquiv

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]

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.

See Also

IDiaSession
IDiaSymbol