Bridge

Date..::..GreaterThan Operator (Int32, Date)

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static bool operator >(
	int d1,
	Date d2
)
Public Shared Operator > ( _
	d1 As Integer, _
	d2 As Date _
) As Boolean
public:
static bool^ operator >(
	int^ d1, 
	Date^ d2
)

Parameters

d1
Type: System..::..Int32
d2
Type: System..::..Date