Method Compare
Compare(AddressableAssetGroupSchema, AddressableAssetGroupSchema)
Compare two AddressableAssetGroupSchemas to see if they're the same.
Declaration
public static int Compare(AddressableAssetGroupSchema x, AddressableAssetGroupSchema y)
Parameters
Type | Name | Description |
---|---|---|
AddressableAssetGroupSchema | x | Left hand side |
AddressableAssetGroupSchema | y | Right hand side |
Returns
Type | Description |
---|---|
int | 0 if typre equal, 1 or -1 otherwise. |