Table of Contents

Operator operator ==

Namespace
Ubiquity.NET.InteropHelpers
Assembly
Ubiquity.NET.InteropHelpers.dll

operator ==(LazyEncodedString?, LazyEncodedString?)

Compares two values to determine equality.

public static bool operator ==(LazyEncodedString? left, LazyEncodedString? right)

Parameters

left LazyEncodedString

The value to compare with right.

right LazyEncodedString

The value to compare with left.

Returns

bool

true if left is equal to right; otherwise, false.