Skip to content

UInt24.Equals Method

Overloads

Name Description
Equals(UInt24) Indicates whether the current object is equal to another object of the same type.
Equals(Object) Determines whether the specified object is equal to the current object.

Equals(UInt24)

Indicates whether the current object is equal to another object of the same type.

public new bool Equals(UInt24 other);

View source

Parameters

Name Type Description
other UInt24 An object to compare with this object.

Returns

Boolean

true if the current object is equal to the other parameter; otherwise, false.

Equals(Object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj);

View source

Parameters

Name Type Description
obj Object The object to compare with the current object.

Returns

Boolean

true if the specified object is equal to the current object; otherwise, false.