예제 #1
0
        public override bool Equals(object obj)
        {
            AttributeInstance that = (AttributeInstance)obj;

            return(this.value == that.value && this.attribute == that.attribute);
        }
예제 #2
0
 public List <string> Get(AttributeInstance key)
 {
     return(secondaryIndex[key]);
 }