Skip to content

UInt24.Equality Operator

Definition

Compares two values to determine equality.

public static bool operator Equality(UInt24 left, UInt24 right);

View source

Parameters

Name Type Description
left UInt24 The value to compare with right.
right UInt24 The value to compare with left.

Returns

Boolean

true if left is equal to right; otherwise, false.