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

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

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