| RectangleFEquals Method (RectangleF) |
Indicates whether the current object is equal to another object of the same type.
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public bool Equals(
RectangleF other
)
Public Function Equals (
other As RectangleF
) As Boolean
public:
virtual bool Equals(
RectangleF other
) sealed
abstract Equals :
other : RectangleF -> bool
override Equals :
other : RectangleF -> bool
Parameters
- other
- Type: DigitalRune.Game.UIRectangleF
An object to compare with this object.
Return Value
Type:
Boolean if the current object is equal to the other parameter; otherwise,
.
Implements
IEquatableTEquals(T)See Also