StoryTeller.Model.Option.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

protected Equals ( Option other ) : bool
other Option
리턴 bool
        protected bool Equals(Option other)
        {
            return string.Equals(display, other.display) && string.Equals(value, other.value);
        }

Same methods

Option::Equals ( object obj ) : bool