ValueString.Equality(ValueString, ValueString) 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 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.