Compare this object with the one supplied as argument.
Return true if the options specified by both objects are the same.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsEqualTo(
DirectShapeTypeOptions other
)
Parameters
- other DirectShapeTypeOptions
-
the DirectShapeTypeOptions object to be compared.
Return Value
Boolean
True if both objects specify the same options.
Exceptions
See Also
Reference