Returns true if the entire typeid string held by this ForgeTypeId is exactly equal to that held by the given
ForgeTypeId.
For the default equality comparison used by the equality operator (==), see
NameEquals(ForgeTypeId).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool StrictlyEquals(
ForgeTypeId other
)
Parameters
- other ForgeTypeId
-
Return Value
Boolean
Exceptions
See Also
Reference