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

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

public Equals ( object other ) : bool
other object
Результат bool
            public override bool Equals(object other)
            {
                return Equals((Key)other);
            }
            public bool Equals(Key other)

Same methods

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