Equality Operator
Determines whether two BoxShadows collections are equal.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static bool operator ==(
BoxShadows left,
BoxShadows right
)
Public Shared Operator = (
left As BoxShadows,
right As BoxShadows
) As Boolean
static let inline (=)
left : BoxShadows *
right : BoxShadows : bool
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
.