Optional<T>.Equals method (1 of 2)

Indicates whether the current object is equal to another object of the same type.

public override bool Equals(object obj)
parameter description
obj An object to compare with this object.

Return Value

True if the current object is equal to the obj parameter; otherwise, false.

See Also


Optional<T>.Equals method (2 of 2)

public bool Equals(Optional other)

See Also