protected bool Equals(Rdata other) { return(Equals(Type, other.Type) && Equals(model, other.model)); }
internal DataValue(Robject @object, Rdata data) { Object = @object; Data = data; }