StoryTeller.Model.Option.Equals C# (CSharp) Méthode

Equals() protected méthode

protected Equals ( Option other ) : bool
other Option
Résultat bool
        protected bool Equals(Option other)
        {
            return string.Equals(display, other.display) && string.Equals(value, other.value);
        }

Same methods

Option::Equals ( object obj ) : bool