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