FailureMessageKey.Equality
Public Operator
Determines whether two FailureMessageKeys are the same.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static bool operator ==( FailureMessageKey first, FailureMessageKey second)
Parameters
first FailureMessageKey
The first FailureMessageKey.
second FailureMessageKey
The second FailureMessageKey.
Return Value
Boolean
True if the FailureMessageKeys are the same; otherwise, false.