Compares two identities for inequality.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool operator !=( IrcIdentity identity1, IrcIdentity identity2 )
Parameters
- identity1
- Type: NetIrc2 IrcIdentity
The first identity.
- identity2
- Type: NetIrc2 IrcIdentity
The second identity.
Return Value
true if the identities are not equal.See Also