IrcString Equals Method (IrcString)NetIRC2 IRC Client Library for .NET
Compares the current string with another string.

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

public bool Equals(
	IrcString other
)

Return Value

true if the strings are equal.

Implements

OnlineIEquatable T  Equals(T)
See Also