Knot3.Framework.Storage.Language.Equals C# (CSharp) Method

Equals() public method

public Equals ( Language other ) : bool
other Language
return bool
        public bool Equals(Language other)
        {
            return other != null && Code == other.Code;
        }

Same methods

Language::Equals ( object other ) : bool