Abc.NCrafts.Quizz.Questions._005.Answer2.Key.Equals C# (CSharp) Method

Equals() public method

public Equals ( Key other ) : bool
other Key
return bool
            public bool Equals(Key other)
            {
                return Value == other.Value;
            }
            public override int GetHashCode() { return Value; }

Same methods

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