SymbolToken.Equals Method
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.
Determines whether the specified SymbolToken is equal to this instance.
Overloads
Equals(SymbolToken) |
Determines whether |
Equals(Object) |
Determines whether |
Equals(SymbolToken)
- Source:
- SymbolToken.cs
- Source:
- SymbolToken.cs
- Source:
- SymbolToken.cs
Determines whether obj
is equal to this instance.
public:
bool Equals(System::Diagnostics::SymbolStore::SymbolToken obj);
public:
virtual bool Equals(System::Diagnostics::SymbolStore::SymbolToken obj);
public bool Equals (System.Diagnostics.SymbolStore.SymbolToken obj);
override this.Equals : System.Diagnostics.SymbolStore.SymbolToken -> bool
Public Function Equals (obj As SymbolToken) As Boolean
Parameters
- obj
- SymbolToken
The SymbolToken to check.
Returns
true
if obj
is equal to this instance; otherwise, false
.
Implements
Applies to
Equals(Object)
- Source:
- SymbolToken.cs
- Source:
- SymbolToken.cs
- Source:
- SymbolToken.cs
Determines whether obj
is an instance of SymbolToken and is equal to this instance.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object? obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The object to check.
Returns
true
if obj
is an instance of SymbolToken and is equal to this instance; otherwise, false
.