예제 #1
0
 bool Equals(AttributeValue other)
 {
     return(basic == other.basic && relative == other.relative && absolute == other.absolute && percent == other.percent && extra == other.extra);
 }
예제 #2
0
 public AttributeVariable(int key, AttributeValue value)
 {
     this.key   = key;
     this.value = value;
 }