Click or drag to resize

OzTupleT1 Class

Represents a 1-tuple, or singleton.
Inheritance Hierarchy
SystemObject
  Ozeki.CommonOzTupleT1

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
[SerializableAttribute]
public class OzTuple<T1> : IStructuralEquatable, IStructuralComparable

Type Parameters

T1
The type of the tuple's only component.

The OzTupleT1 type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItem1
Gets the value of the Tuple(Of T1) object's single component.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether the current Tuple(Of T1) object is equal to a specified object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code for the current Tuple(Of T1) object.
(Overrides ObjectGetHashCode.)
Public methodToString (Overrides ObjectToString.)
Top
See Also