Click or drag to resize

UInt128Equals Method

Tests this instance for equality with the specified object.

Namespace:  Ookii.Jumbo.Jet.Samples.IO
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.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