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
LazyEncodedStringThe value to compare with
right
.right
LazyEncodedStringThe value to compare with
left
.