Table of Contents

Operator operator !=

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

operator !=(LazyEncodedString?, LazyEncodedString?)

Compares two values to determine inequality.

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 not equal to right; otherwise, false.