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
) sealedNo code example is currently available or this language may not be supported.