  | ServerAddressEquals(ServerAddress) Method | 
Namespace: Ookii.JumboAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic bool Equals(
	ServerAddress? other
)
Public Function Equals ( 
	other As ServerAddress
) As Boolean
public:
virtual bool Equals(
	ServerAddress^ other
) sealed
abstract Equals : 
        other : ServerAddress -> bool 
override Equals : 
        other : ServerAddress -> bool Parameters
- other  ServerAddress
 - The ServerAddress to compare to.
 
Return Value
Boolean if this 
ServerAddress is equal to
            
other; otherwise, 
.
            
Implements
IEquatableTEquals(T)
See Also