IrcIdentity MethodsNetIRC2 IRC Client Library for .NET
The IrcIdentity type exposes the following members.
Methods

  NameDescription
Public methodEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Overrides OnlineObject Equals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides OnlineObject GetHashCode .)
Public methodToIrcString
Converts an IRC identity into an IRC string.
Public methodToString
Returns a OnlineString that represents the current OnlineObject.
(Overrides OnlineObject ToString .)
Public methodStatic memberTryParse
Tries to parse a string to get an IRC identity. IRC identities are formatted as nickname!username@hostname.
Back to Top
See Also