FeaturesSequence.WhereNotEqual

FeaturesSequence.WhereNotEqual<T> method

Selects features with attribute value not equal to the provided value.

public virtual FeaturesSequence WhereNotEqual<T>(string attributeName, T value)
ParameterDescription
TType of the value to compare against.
attributeNameAttribute to filter by.
valueValue to compare against.

Return Value

Features with attribute value not equal to the provided value.

Exceptions

exceptioncondition
ArgumentExceptionNo attribute with such name exists in this features sequence.

See Also