Mapsui.Styles.Color.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(Color color1, Color color2)
        {
            return !Equals(color1, color2);
        }