Unit Structure

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Structure Unit _
    Implements IEquatable(Of Unit)
public struct Unit : IEquatable<Unit>
public value class Unit : IEquatable<Unit>
[<Sealed>]
type Unit =  
    struct 
        interface IEquatable<Unit>
    end

The Unit type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Overrides ValueType.Equals(Object).)
Public method Equals(Unit)
Public method GetHashCode (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality
Public operatorStatic member Inequality

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

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

Microsoft.Phone.Reactive Namespace