IHierarchicalDifferenceCollection.HasContainedDifferences(Int32) Method

Definition

Determines whether or not the Difference at the given index itself contains differences. This forces an evaluation of the contained differences for the given element.

public:
 bool HasContainedDifferences(int index);
public:
 bool HasContainedDifferences(int index);
bool HasContainedDifferences(int index);
public bool HasContainedDifferences (int index);
abstract member HasContainedDifferences : int -> bool
Public Function HasContainedDifferences (index As Integer) As Boolean

Parameters

index
Int32

The index at which to check for contained differences.

Returns

true if the Difference in question has contained differences, otherwise false.

Remarks

Calling this method forces an evaluation of the contained differences for the given element.

Applies to