The DryadLINQ type to represent a line of text.
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
[SerializableAttribute] public struct LineRecord : IComparable, IComparable<LineRecord>, IEnumerable<char>, IEnumerable, IEquatable<LineRecord>
The LineRecord type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LineRecord |
Initializes a new instance of LineRecord from a string.
|
Methods
Name | Description | |
---|---|---|
![]() | CompareTo(Object) |
Compares the current LineRecord with an object.
|
![]() | CompareTo(LineRecord) |
Compares the current LineRecord with another LineRecord.
|
![]() | Equals(Object) |
Determines whether the specified object is equal to the current LineRecord.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(LineRecord) |
Determines whether a specified LineRecord is equal to the current LineRecord.
|
![]() | GetHashCode |
Returns the hash code of the current LineRecord.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current LineRecord.
(Overrides ValueTypeToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether two specified LineRecords are equal.
|
![]() ![]() | GreaterThan |
Returns true iff a LineRecord is greater than another LineRecord.
|
![]() ![]() | Inequality |
Determines whether two specified LineRecords are not equal.
|
![]() ![]() | LessThan |
Returns true iff a LineRecord is less than another LineRecord.
|
Properties
Name | Description | |
---|---|---|
![]() | Line |
Gets the string value of a LineRecord.
|
See Also