Table of Contents

Method Equals

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Equals(object?)

Specifies whether this RowColumnIndex contains the same coordinates as the specified object.

public override readonly bool Equals(object? obj)

Parameters

obj object

Returns

bool

Equals(RowColumnIndex)

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

public readonly bool Equals(RowColumnIndex other)

Parameters

other RowColumnIndex

An object to compare with this object.

Returns

bool

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