Table of Contents

Method Equals

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Equals(DiscordGuild)

Checks whether this DiscordGuild is equal to another DiscordGuild.

public bool Equals(DiscordGuild e)

Parameters

e DiscordGuild

DiscordGuild to compare to.

Returns

bool

Whether the DiscordGuild is equal to this DiscordGuild.

Equals(object)

Checks whether this DiscordGuild 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 DiscordGuild.