FilterStringLessOrEqual
Description:
Tests whether string values from the document would sort before or match a certain string.
Tests whether string values from the document would sort before or match a certain string.
Remarks:
All string comparisons in this class are performed in the case-insensitive manner.
All string comparisons in this class are performed in the case-insensitive manner.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FilterStringRuleEvaluator
Autodesk.Revit.DB.FilterStringLessOrEqual
System.Object
Autodesk.Revit.DB.FilterStringRuleEvaluator
Autodesk.Revit.DB.FilterStringLessOrEqual
public class FilterStringLessOrEqual : FilterStringRuleEvaluator
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FilterStringLessOrEqual() | None | Constructs an instance of FilterStringLessOrEqual. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | (Inherited from FilterStringRuleEvaluator ) | FilterStringRuleEvaluator |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| Evaluate(String, String, Boolean) | Boolean | 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 | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. (Inherited from FilterStringRuleEvaluator ) | FilterStringRuleEvaluator |