RectHelper.Equals(Rect, Rect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool Equals(Rect target, Rect value);
static bool Equals(Rect const& target, Rect const& value);
public static bool Equals(Rect target, Rect value);
function equals(target, value)
Public Shared Function Equals (target As Rect, value As Rect) As Boolean
Parameters
Returns
Boolean
bool
true if target and value hold equivalent values; otherwise, false.