AvaloniaPropertyInequality Operator

Tests two AvaloniaPropertys for inequality.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static bool operator !=(
	AvaloniaProperty? a,
	AvaloniaProperty? b
)

Parameters

a  AvaloniaProperty
The first property.
b  AvaloniaProperty
The second property.

Return Value

Boolean
True if the properties are equal, otherwise false.

See Also