Open this page in the API Guide

TransferFailureReasonComparer.Compare Method

Performs a comparison of two TransferFailureReason objects.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public override int Compare(
	TransferFailureReason x,
	TransferFailureReason y
)

Parameters

x
Type: Dundas.BI.Transfer.TransferFailureReason
The first TransferFailureReason to compare.
y
Type: Dundas.BI.Transfer.TransferFailureReason
The second TransferFailureReason to compare.

Return Value

Type: Int32
A signed integer value. Value less than zero means x is less than y. Value zero means x equals y. Value greater than zero means x is greater than y.

Implements

IComparer<T>.Compare(T, T)
See Also