CosmosTime.OffsetTime.Equals(CosmosTime.OffsetTime) - osexpert/CosmosTime GitHub Wiki

OffsetTime.Equals(OffsetTime) Method

Equal if the Utc time is equal.
So there can be two OffsetTime's with same Utc time but different Offsets, and they will be equal.

public bool Equals(CosmosTime.OffsetTime other);

Parameters

other OffsetTime

Returns

System.Boolean

⚠️ **GitHub.com Fallback** ⚠️