GYearMonth.Equals Method (GYearMonth)GYearMonth.Equals Method (GYearMonth)GYearMonth::Equals Method (GYearMonth)

Indicates whether this instance is equal to another GYearMonthGYearMonthGYearMonth.

Syntax

Public Function Equals( _
    other As GYearMonth _
) As Boolean
public bool Equals(
    GYearMonth other
)
public:
virtual bool Equals(
    GYearMonth other
) sealed
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if other equals the value of this instance; otherwise, falseFalsefalse.