Table of Contents

Method Equals

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

Equals(object?)

Indicates whether the current object is equal to another object.

public override bool Equals(object? other)

Parameters

other object

An object to compare with this object.

Returns

bool

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

Equals(ObjectUniqueId)

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

public bool Equals(ObjectUniqueId other)

Parameters

other ObjectUniqueId

An object to compare with this object.

Returns

bool

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