Ejemplo n.º 1
0
 public bool Equals(StatePropertyValue <T> other)
 {
     return(Index != other.Index &&
            Property == other.Property);
 }
Ejemplo n.º 2
0
 public int CompareTo(StatePropertyValue <T> other)
 {
     return(Name.CompareTo(other.Name));
 }