Table of Contents

Method Equals

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Equals(DiscordApplication)

Checks whether this DiscordApplication is equal to another DiscordApplication.

public bool Equals(DiscordApplication e)

Parameters

e DiscordApplication

DiscordApplication to compare to.

Returns

bool

Whether the DiscordApplication is equal to this DiscordApplication.

Equals(object)

Checks whether this DiscordApplication is equal to another object.

public override bool Equals(object obj)

Parameters

obj object

Object to compare to.

Returns

bool

Whether the object is equal to this DiscordApplication.