Abc.NCrafts.Quizz.Questions._005.Answer2.Key.Equals C# (CSharp) Метод

Equals() публичный Метод

public Equals ( Key other ) : bool
other Key
Результат bool
            public bool Equals(Key other)
            {
                return Value == other.Value;
            }
            public override int GetHashCode() { return Value; }

Same methods

Answer2.Key::Equals ( object other ) : bool