Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
If you change this method, please remember to change operator== too.
|
|
GetHashCode ( ) : int | ||
ToString ( ) : string |
Renders the multiname as a string. Used only in test/debug console output.
|
|
operator ( ) : bool |
Method | Description | |
---|---|---|
Multiname ( ) | ||
Multiname ( MultinameKind kind, string name, |
Immutable multiname object.
|
public Equals ( object obj ) : bool | ||
obj | object | Other MN for comparison |
return | bool |