Пример #1
0
 public bool Equals(AccessType other)
 {
     return(_value.Equals(other._value));
 }