Table of Contents

Method Equals

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Equals(DiscordScheduledEvent)

Checks whether this DiscordScheduledEvent is equal to another DiscordScheduledEvent.

public bool Equals(DiscordScheduledEvent e)

Parameters

e DiscordScheduledEvent

DiscordScheduledEvent to compare to.

Returns

bool

Whether the DiscordScheduledEvent is equal to this DiscordScheduledEvent.

Equals(object)

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