Метод | Описание | |
---|---|---|
Capability ( string name, System.Version version ) : System | ||
CompareTo ( object other ) : int |
Compares capabilities based on name, then version
|
|
Equals ( object obj ) : bool |
Checks that capabilitiees with the same name and version are the same
|
|
GetHashCode ( ) : int |
public Capability ( string name, System.Version version ) : System | ||
name | string | |
version | System.Version | |
Результат | System |
public Equals ( object obj ) : bool | ||
obj | object | The object being compared |
Результат | bool |