Table of Contents

Method Equals

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Equals(DiscordScheduledEventUser)

Checks whether this DiscordScheduledEventUser is equal to another DiscordScheduledEventUser.

public bool Equals(DiscordScheduledEventUser e)

Parameters

e DiscordScheduledEventUser

DiscordScheduledEventUser to compare to.

Returns

bool

Whether the DiscordScheduledEventUser is equal to this DiscordScheduledEventUser .

Equals(object)

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