Пример #1
0
 protected bool Equals(PositionalOption other)
 {
     return string.Equals(Identifier, other.Identifier);
 }
Пример #2
0
 protected bool Equals(PositionalOption other)
 {
     return(string.Equals(Identifier, other.Identifier));
 }