RectangleD::Equality Operator (RectangleD, RectangleD)

 

Tests whether two RectangleD structures have equal location and size.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
static bool operator ==(
	RectangleD left,
	RectangleD right
)

Parameters

left
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

The RectangleD structure that is to the left of the equality operator.

right
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD

The RectangleD structure that is to the right of the equality operator.

Return Value

Type: System::Boolean
Return to top
Show: