Epoch Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Serializable]
public struct Epoch : IComparable<System.Fabric.Epoch>, IEquatable<System.Fabric.Epoch>
[<System.Serializable>]
type Epoch = struct
Public Structure Epoch
Implements IComparable(Of Epoch), IEquatable(Of Epoch)
- Inheritance
-
System.ValueTypeEpoch
- Attributes
-
System.SerializableAttribute
- Implements
Constructors
Epoch(Int64, Int64) |
Properties
ConfigurationNumber | |
DataLossNumber |
Methods
CompareTo(Epoch) | |
Equals(Epoch) | |
Equals(Object) | |
GetHashCode() |
Operators
Equality(Epoch, Epoch) | |
GreaterThan(Epoch, Epoch) | |
GreaterThanOrEqual(Epoch, Epoch) | |
Inequality(Epoch, Epoch) | |
LessThan(Epoch, Epoch) | |
LessThanOrEqual(Epoch, Epoch) |