Determines whether a specified NumericRevisionSettings is the same as 'this'.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsEqual( NumericRevisionSettings other )
Parameters
- other NumericRevisionSettings
- The specified NumericRevisionSettings with which to compare.
Return Value
BooleanTrue, if two NumericRevisionSettings are the same.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |