Determines whether two objects are equal.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public static bool operator ==( Weekday left, Weekday right ) |
| Visual Basic |
|---|
Public Shared Operator = ( _ left As Weekday, _ right As Weekday _ ) As Boolean |
| Visual C++ |
|---|
public: static bool operator ==( Weekday^ left, Weekday^ right ) |
Parameters
- left
- Type: Limilabs.Mail.Appointments..::..Weekday
First object to compare.
- right
- Type: Limilabs.Mail.Appointments..::..Weekday
Second object to compare.