Share

FailureMessageKey.IsEqual Method

Checks it this key is equal to the other.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)

Syntax

C#

public bool IsEqual(
	FailureMessageKey other
)

Parameters

other  FailureMessageKey
The key to compare with.

Return Value

Boolean
True if keys are equal, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?