Spread Silverlight Documentation
Equals(GcRect,GcRect) Method


The first rectangle to compare.
The second rectangle to compare.
Indicates whether the specified rectangles are equal.
Syntax
'Declaration
 
Public Overloads Shared Function Equals( _
   ByVal rect1 As GcRect, _
   ByVal rect2 As GcRect _
) As System.Boolean
'Usage
 
Dim rect1 As GcRect
Dim rect2 As GcRect
Dim value As System.Boolean
 
value = GcRect.Equals(rect1, rect2)
public static System.bool Equals( 
   GcRect rect1,
   GcRect rect2
)

Parameters

rect1
The first rectangle to compare.
rect2
The second rectangle to compare.

Return Value

true if the rectangles have the same location and size; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcRect Structure
GcRect Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.