EventToken.Equality(EventToken, EventToken) 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.
Determines if two EventTokens are considered equal.
public:
static bool operator ==(Microsoft::VisualStudio::IntelliTrace::EventToken left, Microsoft::VisualStudio::IntelliTrace::EventToken right);
static bool operator ==(Microsoft::VisualStudio::IntelliTrace::EventToken left, Microsoft::VisualStudio::IntelliTrace::EventToken right);
public static bool operator == (Microsoft.VisualStudio.IntelliTrace.EventToken left, Microsoft.VisualStudio.IntelliTrace.EventToken right);
static member ( = ) : Microsoft.VisualStudio.IntelliTrace.EventToken * Microsoft.VisualStudio.IntelliTrace.EventToken -> bool
Public Shared Operator == (left As EventToken, right As EventToken) As Boolean
Parameters
- left
- EventToken
The first EventToken to compare.
- right
- EventToken
The second EventToken to compare.
Returns
True if left
is equal to right
.