NullableReadOnlySpanPairTFirst, TSecondEquality Operator
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public static bool operator ==(
NullableReadOnlySpanPair<TFirst, TSecond> left,
NullableReadOnlySpanPair<TFirst, TSecond> right
)
Public Shared Operator = (
left As NullableReadOnlySpanPair(Of TFirst, TSecond),
right As NullableReadOnlySpanPair(Of TFirst, TSecond)
) As Boolean
Dim left As NullableReadOnlySpanPair(Of TFirst, TSecond)
Dim right As NullableReadOnlySpanPair(Of TFirst, TSecond)
Dim returnValue As Boolean
returnValue = (left = right)
public:
static bool operator ==(
NullableReadOnlySpanPair<TFirst, TSecond> left,
NullableReadOnlySpanPair<TFirst, TSecond> right
)
- left NullableReadOnlySpanPairTFirst, TSecond
- The first value to compare.
- right NullableReadOnlySpanPairTFirst, TSecond
- The second value to compare.
Boolean if the values are equal; otherwise,
.