Jaa


TimeOfDay.Equals Method

Definition

Overloads

Equals(TimeOfDay)

Compares the value of this instance to a specified TimeOfDay value and returns an bool that indicates whether this instance is same as the specified TimeOfDay value.

Equals(Object)

Compares the value of this instance to a specified object value and returns an bool that indicates whether the specified object is TimeOfDay and this instance is same as the specified TimeOfDay value.

Equals(TimeOfDay)

Compares the value of this instance to a specified TimeOfDay value and returns an bool that indicates whether this instance is same as the specified TimeOfDay value.

public bool Equals (Microsoft.OData.Edm.TimeOfDay other);
override this.Equals : Microsoft.OData.Edm.TimeOfDay -> bool
Public Function Equals (other As TimeOfDay) As Boolean

Parameters

other
TimeOfDay

The object to compare to the current instance

Returns

True for equal, false for non-equal.

Implements

Applies to

Equals(Object)

Compares the value of this instance to a specified object value and returns an bool that indicates whether the specified object is TimeOfDay and this instance is same as the specified TimeOfDay value.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The object to compare to the current instance

Returns

True for equal, false for non-equal.

Applies to