Method Equals
Equals(IResourceLocation, IResourceLocation)
Check if two Resource locations are equal
Declaration
public bool Equals(IResourceLocation x, IResourceLocation y)
Parameters
Type | Name | Description |
---|---|---|
IResourceLocation | x | First location to compare |
IResourceLocation | y | Second location to compare |
Returns
Type | Description |
---|---|
bool | True if they're equal, false otherwise |