Class ResourceLocationComparer
An IEqualityComparerer to check if two IResourceLocations are the same
Implements
Inherited Members
Namespace: UnityEngine.ResourceManagement.ResourceLocations
Assembly: Unity.ResourceManager.dll
Syntax
public class ResourceLocationComparer : IEqualityComparer<IResourceLocation>
Methods
| Name | Description |
|---|---|
| Equals(IResourceLocation, IResourceLocation) | Check if two Resource locations are equal |
| GetHashCode(IResourceLocation) | Calculates the hash code for a Resource Location |