[]
Determines whether two object instances are equal.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Type | Name | Description |
---|---|---|
object | obj | The object to compare with the current DayOfWeekStyle. |
Type | Description |
---|---|
bool | true if value is an instance of DayOfWeekStyle and equals the value of this instance; otherwise, false. |