NullableReadOnlySpanTEquality Operator

Compares two NullableReadOnlySpanT instances for equality.

Definition

Namespace: Ookii.Common
Assembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
C#
public static bool operator ==(
	NullableReadOnlySpan<T> left,
	NullableReadOnlySpan<T> right
)

Parameters

left  NullableReadOnlySpanT
The first value to compare.
right  NullableReadOnlySpanT
The second value to compare.

Return Value

Boolean
if the values are equal; otherwise, .

See Also