Table of Contents

Operator operator ==

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

operator ==(DiscordGuild, DiscordGuild)

Gets whether the two DiscordGuild objects are equal.

public static bool operator ==(DiscordGuild e1, DiscordGuild e2)

Parameters

e1 DiscordGuild

First guild to compare.

e2 DiscordGuild

Second guild to compare.

Returns

bool

Whether the two guilds are equal.