adTempus API
ArcanaDevelopment.adTempus.CustomObjectSupport Namespace / CustomObjectSettingsBase Class / AddComparisonTo Method
The comparison generator to add the comparison results to.
The object to compare to.

In This Topic
    AddComparisonTo Method (CustomObjectSettingsBase)
    In This Topic
    Compares settings between two objects.
    Syntax
    'Declaration
     
    
    Public Overridable Sub AddComparisonTo( _
       ByVal comparison As ObjectComparison, _
       ByVal otherObject As ICustomObjectSettings _
    ) 
    public virtual void AddComparisonTo( 
       ObjectComparison comparison,
       ICustomObjectSettings otherObject
    )

    Parameters

    comparison
    The comparison generator to add the comparison results to.
    otherObject
    The object to compare to.
    Remarks

    This method is called when a user runs an Object Comparison Report to compare two objects (or versions of the same object).

    If this method is not overridden, no comparison will be done.

    See Also