Method Equals
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Equals(object)
Compares this team to another object and returns whether they are equal.
public override bool Equals(object obj)
Parameters
objobjectObject to compare this team to.
Returns
- bool
Whether this team is equal to the given object.
Equals(DiscordTeam)
Compares this team to another team and returns whether they are equal.
public bool Equals(DiscordTeam other)
Parameters
otherDiscordTeamTeam to compare to.
Returns
- bool
Whether the teams are equal.