OptionalTEquals(OptionalT) Method
Indicates whether the current object is equal to another object of the same type.
Namespace: Avalonia.DataAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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
- other OptionalT
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)