Operator operator !=
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
operator !=(DiscordRpcApplication, DiscordRpcApplication)
Gets whether the two DiscordRpcApplication objects are not equal.
public static bool operator !=(DiscordRpcApplication e1, DiscordRpcApplication e2)
Parameters
e1
DiscordRpcApplicationFirst application to compare.
e2
DiscordRpcApplicationSecond application to compare.
Returns
- bool
Whether the two applications are not equal.