Determines whether the specified value equals this IgnoredContentList value. Syntax Parameters other The IgnoredContentList value to test for equality. Return Value True if other has the same values; False otherwise.
Determines whether the specified object equals this IgnoredContentList value. Syntax Parameters obj The object to test for equality. Return Value True if obj is another IgnoredContentList with the same values; False otherwise.
Determines whether the specified object equals this IgnoredContentList value. Overload List
Gets an enumerator which returns all IgnoredContent in the list. Syntax
Gets a hash code for the IgnoredContentList value. Syntax Return Value A hash code for the IgnoredContent value.
Gets the text of the ignored content. Syntax
Gets the IgnoredContent at the specified index. Syntax Parameters index The 0-based index of the IgnoredContent value to get. Property Value A IgnoredContent value represented the item at the specified index. Exceptions Exception Description System.ArgumentOutOfRangeException Occurs when index is less than 0 or gr...
Determines whether two IgnoredContentList values are equal. Syntax Parameters ignoredContent1 ignoredContent2 Return Value True if the values are equal; False otherwise.
Determines whether two IgnoredContentList values are not equal. Syntax Parameters ignoredContent1 ignoredContent2 Return Value True if the values are not equal; False otherwise.
Gets the SnapshotSpan occupied by the IgnoredContent. Syntax Property Value A SnapshotSpan that represents the position of the ignored content.