메소드 | 설명 | |
---|---|---|
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 |