TheAirline.Models.General.Countries.Towns.Town.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(Town a, Town b)
        {
            return !(a == b);
        }