Click or drag to resize

Utf8StringEquals Method (Object)

Tests this Utf8String for equality with the specified object.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to test for equality.

Return Value

Type: Boolean
if this instance is equal to obj; otherwise, .
See Also