Skip to main content

Equality Operator

Determines whether two BoxShadow values are 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 equal; otherwise, false.

See Also

Reference

BoxShadow Structure
Avalonia.Media Namespace