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