Method Equals
Equals(UnsafeUntypedBlobAssetReference)
Two UnsafeUntypedBlobAssetReference are equal when they reference the same data.
Declaration
public bool Equals(UnsafeUntypedBlobAssetReference other)
Parameters
| Type | Name | Description |
|---|---|---|
| UnsafeUntypedBlobAssetReference | other | The reference to compare to this one. |
Returns
| Type | Description |
|---|---|
| bool | True, if both references point to the same data or if both are null. |