Exemplo n.º 1
0
 protected bool Equals(AssetSimpleValue other)
 {
     return(SimpleValue == other.SimpleValue);
 }
Exemplo n.º 2
0
 private static void Write(UnsafeWriter writer, AssetSimpleValue value)
 {
     writer.Write(value.SimpleValue);
 }