Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 2.28 KB

Assorted.Utils.Dates.Patterns.MonthlyDayPattern.Equals.md

File metadata and controls

63 lines (39 loc) · 2.28 KB

MonthlyDayPattern.Equals Method

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.

Equals(MonthlyDayPattern)

Indicates whether the current instance is equal to another object of type MonthlyDayPattern.

Syntax

public sealed virtual bool Equals(MonthlyDayPattern other)

Parameters

other: MonthlyDayPattern
An object to compare with this instance.

Return Value

bool
true if the current instance is equal to the other instance; otherwise, false.

See Also

Equals(object)

Determines whether this instance and a specified object are equal.

Syntax

public override bool Equals(object obj)

Parameters

obj: object
The System.Object to compare to this instance.

Return Value

bool
true if obj is type of MonthlyDayPattern and equals to this instance; otherwise, false. If obj is null, the method returns false.

See Also


This document is generated by DG.