Method Equals
Equals(BlobAssetReference<T>)
Two BlobAssetReferences are equal when they reference the same data.
Declaration
public bool Equals(BlobAssetReference<T> other)Parameters
| Type | Name | Description | 
|---|---|---|
| BlobAssetReference<T> | 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. | 
Equals(object)
Two BlobAssetReferences are equal when they reference the same data.
Declaration
public override bool Equals(object obj)Parameters
| Type | Name | Description | 
|---|---|---|
| object | obj | The object to compare to this reference | 
Returns
| Type | Description | 
|---|---|
| bool | True, if the object is a BlobAssetReference instance that references to the same data as this one, or if both objects are Null BlobAssetReference instances. |