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