Share

FailureMessageKey.Inequality Operator

Determines whether two FailureMessageKeys are different.


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

Syntax

C#

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 different; otherwise, false.

See Also

Reference

Was this information helpful?