RxVoid struct¶
Defined in
Namespace: Minimalist.Reactive
Assembly: Minimalist.Reactive.dll
Full name: Minimalist.Reactive.RxVoid
Modifiers: public sealed
Summary¶
A Reactive Void.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class RxVoid
class IEquatable~RxVoid~ {
<>
}
IEquatable~RxVoid~ <|.. RxVoid
Implements: IEquatable
Properties¶
| Name | Summary |
|---|---|
| static Default | Gets the single [RxVoid](# value. |
Methods¶
| Name | Summary |
|---|---|
| Equals | Determines whether the specified [RxVoid](# value is equal to the current [RxVoid](# Because [RxVoid](# has a... |
| GetHashCode | Returns the hash code for the current [RxVoid](# value. |
| ToString | Returns a string representation of the current [RxVoid](# value. |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | Determines whether the two specified [RxVoid](# values are not equal. Because [RxVoid](# has a single value, this always returns false. |
| static op_Equality | Determines whether the two specified [RxVoid](# values are equal. Because [RxVoid](# has a single value, this always returns true. |