public int Compare(
ExtendedDateTime? x,
ExtendedDateTime? y
)
Dim instance As ExtendedDateTimeComparer
Dim x As ExtendedDateTime
Dim y As ExtendedDateTime
Dim returnValue As Integer
returnValue = instance.Compare(x, y)
public:
virtual int Compare(
ExtendedDateTime^ x,
ExtendedDateTime^ y
) sealed
No code example is currently available or this language may not be supported.