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

Equals() public method

public Equals ( ISystemLocale other ) : bool
other ISystemLocale
return bool
        public bool Equals(ISystemLocale other)
        {
            return other.LCID == LCID;
        }