Period.Equality Operator
Definition
Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Source: Period.cs
operator ==(Period, Period)
Implements the operator == (equality). See the type documentation for a description of equality semantics.
public static bool operator ==(Period left, Period right)
Parameters
| Name | Type | Description |
|---|---|---|
left |
Period |
The left hand side of the operator. |
right |
Period |
The right hand side of the operator. |
Returns
true if values are equal to each other, otherwise false.
Applies To
| Product | Versions |
|---|---|
| .NET | 9, 10 |
| .NET Standard | 2.0, 2.1 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests.
Open an issue