SizeHelper.Equals(Size, Size) 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(Size target, Size value);
static bool Equals(Size const& target, Size const& value);
public static bool Equals(Size target, Size value);
function equals(target, value)
Public Shared Function Equals (target As Size, value As Size) As Boolean
Parameters
Returns
Boolean
bool
true
if target and value hold equivalent values; otherwise, false
.