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