Compares the current string with another string.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- other
- Type: NetIrc2 IrcString
The string to compare with.
Return Value
true if the strings are equal.Implements
IEquatable T Equals(T)See Also