The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

Unit Operators

Unit Operators

Include Protected Members
Include Inherited Members

The Unit type exposes the following members.

Operators

NameDescriptionPublic operatorStatic memberEqualityIndicates whether first and second arguments are equal.Public operatorStatic memberInequalityIndicates whether first and second arguments are not equal.Top

See Also

Reference

Unit Structure

System.Reactive Namespace

Unit Methods

Include Protected Members
Include Inherited Members

The Unit type exposes the following members.

Methods

NameDescriptionPublic methodEquals(Object)Indicates whether the current unit is equal to the specified object. (Overrides ValueType.Equals(Object).)Public methodEquals(Unit)Indicates whether the current unit is equal to the specified unit.Protected methodFinalize(Inherited from Object.)Public methodGetHashCodeGets the unit value's hash code. (Overrides ValueType.GetHashCode().)Public methodGetType(Inherited from Object.)Protected methodMemberwiseClone(Inherited from Object.)Public methodToString(Inherited from ValueType.)Top

See Also

Reference

Unit Structure

System.Reactive Namespace

Unit Properties

Include Protected Members
Include Inherited Members

The Unit type exposes the following members.

Properties

NameDescriptionPublic propertyStatic memberDefaultGets the single unit value.Top

See Also

Reference

Unit Structure

System.Reactive Namespace

Unit Structure

Represents void.

Namespace:  System.Reactive
Assembly:  System.Reactive (in System.Reactive.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure Unit _
    Implements IEquatable(Of Unit)
'Usage
Dim instance As Unit
[SerializableAttribute]
public struct Unit : IEquatable<Unit>
[SerializableAttribute]
public value class Unit : IEquatable<Unit>
[<SealedAttribute>]
[<SerializableAttribute>]
type Unit =  
    struct
        interface IEquatable<Unit>
    end
JScript suports the use of structures, but not the declaration of new ones.

The Unit type exposes the following members.

Properties

NameDescriptionPublic propertyStatic memberDefaultGets the single unit value.Top

Methods

NameDescriptionPublic methodEquals(Object)Indicates whether the current unit is equal to the specified object. (Overrides ValueType.Equals(Object).)Public methodEquals(Unit)Indicates whether the current unit is equal to the specified unit.Protected methodFinalize(Inherited from Object.)Public methodGetHashCodeGets the unit value's hash code. (Overrides ValueType.GetHashCode().)Public methodGetType(Inherited from Object.)Protected methodMemberwiseClone(Inherited from Object.)Public methodToString(Inherited from ValueType.)Top

Operators

NameDescriptionPublic operatorStatic memberEqualityIndicates whether first and second arguments are equal.Public operatorStatic memberInequalityIndicates whether first and second arguments are not equal.Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Reactive Namespace