Skip to main content

Inequality Operator

Determines whether two BoxShadow values are not equal.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static bool operator !=(
BoxShadow left,
BoxShadow right
)

Parameters

  BoxShadow
The first BoxShadow to compare.
  BoxShadow
The second BoxShadow to compare.

Return Value

Boolean
true if the two BoxShadow values are not equal; otherwise, false.

See Also

Reference

BoxShadow Structure
Avalonia.Media Namespace