Operator operator !=
operator !=(BlobAssetReference<T>, BlobAssetReference<T>)
Two BlobAssetReferences are not equal unless they reference the same data.
Declaration
public static bool operator !=(BlobAssetReference<T> lhs, BlobAssetReference<T> rhs)
Parameters
Type | Name | Description |
---|---|---|
Blob |
lhs | The BlobAssetReference on the left side of the operator. |
Blob |
rhs | The BlobAssetReference on the right side of the operator. |