Implemented IComparable<IRole> on IGuildUser

This commit is contained in:
james7132
2016-10-25 21:43:41 +00:00
parent f3cd96d2fe
commit 50d1aa0689
4 changed files with 8 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ namespace Discord.Rest
}
public int CompareTo(IGuildUser user) => this.Compare(user);
public int CompareTo(IRole role) => this.Compare(role);
//IVoiceState
bool IVoiceState.IsSelfDeafened => false;