Skip to main content

Equality Operator

Determines whether two BoxShadows collections are equal.

Definition

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

public static bool operator ==(
BoxShadows left,
BoxShadows right
)

Parameters

  BoxShadows
The first BoxShadows collection to compare.
  BoxShadows
The second BoxShadows collection to compare.

Return Value

Boolean
true if the two BoxShadows collections are equal; otherwise, false.

See Also

Reference

BoxShadows Structure
Avalonia.Media Namespace