Equals(BoxShadow) Method
Indicates whether the current object is equal to another object of the same type.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Equals(
in BoxShadow other
)
Public Function Equals (
ByRef other As BoxShadow
) As Boolean
member Equals :
other : BoxShadow byref -> bool
Parameters
- BoxShadow
- An object to compare with this object.
Return Value
Boolean
true
if the current object is equal to the other parameter; otherwise, false
.
See Also
Reference
BoxShadow Structure
Equals Overload
Avalonia.Media Namespace