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