| RectangleFInequality Operator |
Compares two
RectangleFs to determine whether they are the different.
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public static bool operator !=(
RectangleF rectangle1,
RectangleF rectangle2
)
Public Shared Operator <> (
rectangle1 As RectangleF,
rectangle2 As RectangleF
) As Boolean
public:
static bool operator !=(
RectangleF rectangle1,
RectangleF rectangle2
)
static let inline (<>)
rectangle1 : RectangleF *
rectangle2 : RectangleF : bool
Parameters
- rectangle1
- Type: DigitalRune.Game.UIRectangleF
The first rectangle. - rectangle2
- Type: DigitalRune.Game.UIRectangleF
The second rectangle.
Return Value
Type:
Boolean if the rectangles are different; otherwise
.
See Also