MegaMan.Common.Geometry.RectangleF.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(RectangleF left, RectangleF right)
        {
            return !(left == right);
        }