Table of Contents

Method Equals

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Equals(DiscordApplicationRoleConnectionMetadata)

Checks whether this DiscordApplicationRoleConnectionMetadata object is equal to another object.

public bool Equals(DiscordApplicationRoleConnectionMetadata other)

Parameters

other DiscordApplicationRoleConnectionMetadata

The command to compare to.

Returns

bool

Whether the command is equal to this DiscordApplicationRoleConnectionMetadata.

Equals(object)

Determines if a object is equal to the current DiscordApplicationRoleConnectionMetadata.

public override bool Equals(object other)

Parameters

other object

The object to compare to.

Returns

bool

Whether the two DiscordApplicationRoleConnectionMetadata objects are not equal.