ValueString.Equality(ValueString, ValueString) Operator

Definition

Determines whether two ValueStrings have the same contents.

public static bool operator == (Microsoft.Windows.EventTracing.ValueString left, Microsoft.Windows.EventTracing.ValueString right);
static member ( = ) : Microsoft.Windows.EventTracing.ValueString * Microsoft.Windows.EventTracing.ValueString -> bool
Public Shared Operator == (left As ValueString, right As ValueString) As Boolean

Parameters

left
ValueString

The first value to compare.

right
ValueString

The second value to compare.

Returns

true if the two values are equal; otherwise, false.

Remarks

Unlike ReadOnlySpan<T>, this method does consider the contents of the character span.

Applies to