erminas.SmartAPI.CMS.Locale.Equals C# (CSharp) Method

Equals() public method

public Equals ( Locale other ) : bool
other Locale
return bool
        public bool Equals(Locale other)
        {
            return Equals(LCID, other.LCID);
        }

Same methods

Locale::Equals ( object obj ) : bool