Class LengthsSample
- Namespace
- EasyNetQ.Management.Client.Model
- Assembly
- EasyNetQ.Management.Client.dll
public record LengthsSample : IEquatable<LengthsSample>
- Inheritance
-
LengthsSample
- Implements
-
- Inherited Members
-
Constructors
LengthsSample(LengthsSample)
protected LengthsSample(LengthsSample original)
Parameters
original
LengthsSample
LengthsSample(long, DateTime)
public LengthsSample(long Sample, DateTime Timestamp)
Parameters
Sample
long
Timestamp
DateTime
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
- Type
Sample
public long Sample { get; init; }
Property Value
- long
Timestamp
[JsonConverter(typeof(UnixMsDateTimeConverter))]
public DateTime Timestamp { get; init; }
Property Value
- DateTime
Methods
Deconstruct(out long, out DateTime)
public void Deconstruct(out long Sample, out DateTime Timestamp)
Parameters
Sample
long
Timestamp
DateTime
Equals(LengthsSample?)
public virtual bool Equals(LengthsSample? other)
Parameters
other
LengthsSample
Returns
- bool
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builder
StringBuilder
Returns
- bool
ToString()
public override string ToString()
Returns
- string
<Clone>$()
public virtual LengthsSample <Clone>$()
Returns
- LengthsSample
Operators
operator ==(LengthsSample?, LengthsSample?)
public static bool operator ==(LengthsSample? left, LengthsSample? right)
Parameters
left
LengthsSample
right
LengthsSample
Returns
- bool
operator !=(LengthsSample?, LengthsSample?)
public static bool operator !=(LengthsSample? left, LengthsSample? right)
Parameters
left
LengthsSample
right
LengthsSample
Returns
- bool