Ejemplo n.º 1
0
 public bool Equals(BlobAssetReference other)
 {
     return(_data.Equals(other._data));
 }
Ejemplo n.º 2
0
 public static BlobAssetReference Create <T>(BlobAssetReference <T> @ref) where T : struct
 {
     return(Create(@ref.m_data));
 }