Click or drag to resize

FX3ErrorLogInequality Operator

Inequality operator for FX3ErrorLog object

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public static bool operator !=(
	FX3ErrorLog Right,
	FX3ErrorLog Left
)

Parameters

Right
Type: FX3ApiFX3ErrorLog
FX3ErrorLog object to compare to left for inequality
Left
Type: FX3ApiFX3ErrorLog
FX3ErrorLog object to compare to right for inequality

Return Value

Type: Boolean
!(Right == Left)
See Also