Method | Description | |
---|---|---|
Compare ( object obj1, object obj2 ) : int |
Compares two objects for equality.
|
|
CompareTo ( object other ) : int |
Compares two GameResource objects. Local resources are listed first, names are sorted alphabetically within their location.
|
|
GameResource ( string filename, Location location, ResourceType type ) : System |
Constructor with parameters
|
public static Compare ( object obj1, object obj2 ) : int | ||
obj1 | object | First object to compare |
obj2 | object | Second object to compare |
return | int |
public CompareTo ( object other ) : int | ||
other | object | GameResource object to compare |
return | int |
public GameResource ( string filename, Location location, ResourceType type ) : System | ||
filename | string | Filename of the resource |
location | Location | Flag for resource location |
type | ResourceType | Flag for resource type |
return | System |