Determines whether a specified NumericRevisionSettings is the same as 'this'.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsEqual(
NumericRevisionSettings other
)
Parameters
- other NumericRevisionSettings
-
The specified NumericRevisionSettings with which to compare.
Return Value
Boolean
True, if two NumericRevisionSettings are the same.
Exceptions
Remarks
The two NumericRevisionSettings are regarded as the same only if they have the same start number,
prefix and suffix strings.
See Also
Reference