Operator operator !=
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
operator !=(DiscordThreadChannelMember, DiscordThreadChannelMember)
Gets whether the two DiscordThreadChannelMember objects are not equal.
public static bool operator !=(DiscordThreadChannelMember e1, DiscordThreadChannelMember e2)
Parameters
e1
DiscordThreadChannelMemberFirst message to compare.
e2
DiscordThreadChannelMemberSecond message to compare.
Returns
- bool
Whether the two messages are not equal.