protected bool Equals(AssetSimpleValue other) { return(SimpleValue == other.SimpleValue); }
private static void Write(UnsafeWriter writer, AssetSimpleValue value) { writer.Write(value.SimpleValue); }