IComparable4.

PrepareComparison(IContext, Object) Method

Summary

creates a prepared comparison to compare multiple objects against one single object.

Syntax

IPreparedComparison PrepareComparison(IContext context, Object obj)

Remarks

creates a prepared comparison to compare multiple objects against one single object.

Parameters

Name Type Description
context IContext the context of the comparison
obj Object the object that is to be compared against multiple other objects

Return Value

Type Description
IPreparedComparison the prepared comparison