Namespace: Assorted.Utils.Dates.Patterns
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Overload | Description |
---|---|
Equals(MonthlyDayPattern) | Indicates whether the current instance is equal to another object of type MonthlyDayPattern . |
Equals(object) | Determines whether this instance and a specified object are equal. |
Indicates whether the current instance is equal to another object of type MonthlyDayPattern
.
public sealed virtual bool Equals(MonthlyDayPattern other)
other
: MonthlyDayPattern
An object to compare with this instance.
bool
true
if the current instance is equal to the other instance; otherwise, false
.
Determines whether this instance and a specified object are equal.
public override bool Equals(object obj)
obj
: object
The System.Object
to compare to this instance.
bool
true
if obj
is type of MonthlyDayPattern
and equals to this instance; otherwise, false
. If obj
is null
, the method returns false
.
This document is generated by DG.