Compare Method

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "M:Calendar.NET.RectangleComparer.Compare(System.Drawing.Rectangle,System.Drawing.Rectangle)"]

Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int Compare(
	Rectangle x,
	Rectangle y
)
Visual Basic
Public Function Compare ( _
	x As Rectangle, _
	y As Rectangle _
) As Integer
Visual C++
public:
virtual int Compare(
	Rectangle x, 
	Rectangle y
) sealed

Parameters

x
Type: System.Drawing..::..Rectangle

[Missing <param name="x"/> documentation for "M:Calendar.NET.RectangleComparer.Compare(System.Drawing.Rectangle,System.Drawing.Rectangle)"]

y
Type: System.Drawing..::..Rectangle

[Missing <param name="y"/> documentation for "M:Calendar.NET.RectangleComparer.Compare(System.Drawing.Rectangle,System.Drawing.Rectangle)"]

Return Value

[Missing <returns> documentation for "M:Calendar.NET.RectangleComparer.Compare(System.Drawing.Rectangle,System.Drawing.Rectangle)"]

Implements

IComparer<(Of <(<'T>)>)>..::..Compare(T, T)

See Also