IrcIdentity Equals Method NetIRC2 IRC Client Library for .NET
Determines whether the specified OnlineObject is equal to the current OnlineObject.

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

public override bool Equals(
	Object obj
)

Return Value

true if the specified OnlineObject is equal to the current OnlineObject; otherwise, false.
See Also