IHierarchicalDifferenceCollection.HasContainedDifferences(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.