SymbolToken.Inequality(SymbolToken, SymbolToken) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value indicating whether two SymbolToken objects are not equal.
public:
static bool operator !=(System::Diagnostics::SymbolStore::SymbolToken a, System::Diagnostics::SymbolStore::SymbolToken b);
public static bool operator != (System.Diagnostics.SymbolStore.SymbolToken a, System.Diagnostics.SymbolStore.SymbolToken b);
static member op_Inequality : System.Diagnostics.SymbolStore.SymbolToken * System.Diagnostics.SymbolStore.SymbolToken -> bool
Public Shared Operator != (a As SymbolToken, b As SymbolToken) As Boolean
Parameters
A SymbolToken structure.
A SymbolToken structure.
Returns
true
if a
and b
are not equal; otherwise, false
.
Remarks
The equivalent method for this operator is SymbolToken.Equals(SymbolToken).
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.