Equals(Optional<T>) Method
Indicates whether the current object is equal to another object of the same type.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Equals(
Optional<T> other
)
Public Function Equals (
other As Optional(Of T)
) As Boolean
abstract Equals :
other : Optional<'T> -> bool
override Equals :
other : Optional<'T> -> bool
Parameters
Return Value
Boolean
true if the current object is equal to the other parameter; otherwise, false.
Implements
IEquatable(T).Equals(T)See Also
Reference
Optional(T) Structure
Equals Overload
Avalonia.Data Namespace