Edit

Share via


ValueString.Inequality(ValueString, ValueString) Operator

Definition

Determines whether two ValueStrings have different contents.

public static bool operator != (Microsoft.Windows.EventTracing.ValueString left, Microsoft.Windows.EventTracing.ValueString right);
static member op_Inequality : 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 not equal; otherwise, false.

Remarks

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

Applies to