Cairo.FontOptions.operator C# (CSharp) Метод

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool
        public static bool operator !=(FontOptions options, FontOptions other)
        {
            return !(options == other);
        }