Epoch.Equals Method

Definition

Overloads

Equals(Epoch)

Determines whether the specified Epoch object is equal to the current Epoch object.

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(Epoch)

Determines whether the specified Epoch object is equal to the current Epoch object.

public bool Equals (System.Fabric.Epoch other);
override this.Equals : System.Fabric.Epoch -> bool
Public Function Equals (other As Epoch) As Boolean

Parameters

other
Epoch

The object to compare with the current Epoch object.

Returns

true if the specified Epoch object is equal to the current Epoch object; otherwise, false.

Implements

Applies to

Equals(Object)

Determines whether the specified object is equal to the current object.

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 with the current object.

Returns

true if the specified object is equal to the current object; otherwise, false.

Applies to