RVTDocs.com
Namespace: Autodesk.Revit.DB

FilterStringEquals

Class
Description:
Tests whether string values from the document match a certain string.
Remarks:
All string comparisons in this class are performed in the case-insensitive manner.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.FilterStringRuleEvaluator
    Autodesk.Revit.DB.FilterStringEquals
Syntax
FilterStringEquals Class Members:
Name Description Inherited From
FilterStringEquals Constructs an instance of FilterStringEquals.
Name Description Inherited From
IsValidObject Specifies whether the .NET object represents a valid Revit entity. (Inherited from FilterStringRuleEvaluator ) FilterStringRuleEvaluator
Name Description Inherited From
Dispose (Inherited from FilterStringRuleEvaluator ) FilterStringRuleEvaluator
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
Evaluate Derived classes override this method to implement the test that determines whether the two given string values satisfy the desired condition or not. (Inherited from FilterStringRuleEvaluator ) FilterStringRuleEvaluator
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object