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