Click or drag to resize

Utf8StringInequality Operator

Determines whether two specified Utf8String objects have different values.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static bool operator !=(
	Utf8String left,
	Utf8String right
)

Parameters

left
Type: Ookii.Jumbo.IOUtf8String
A Utf8String or .
right
Type: Ookii.Jumbo.IOUtf8String
A Utf8String or .

Return Value

Type: Boolean
if the value of left is different from right; otherwise, .
See Also