IrcString Inequality Operator NetIRC2 IRC Client Library for .NET
Compares two strings for inequality.

Namespace: NetIrc2
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool operator !=(
	IrcString string1,
	IrcString string2
)

Return Value

true if the strings are not equal.
See Also