EventToken.LessThanOrEqual(EventToken, EventToken) Operator

Definition

Determines if an EventToken is less than or equal to another EventToken.

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

Applies to