Click or drag to resize

UInt128Equality Operator

Tests two instances of UInt128 for equality

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

Parameters

left
Type: Ookii.Jumbo.Jet.Samples.IOUInt128
The first UInt128.
right
Type: Ookii.Jumbo.Jet.Samples.IOUInt128
The second UInt128.

Return Value

Type: Boolean
if the two instances are equal; otherwise, .
See Also