Dela via


ChaosScheduleTimeUtc.Equals Method

Definition

Overloads

Equals(ChaosScheduleTimeUtc)

Compare if this time is equal to another time.

Equals(Object)

Compare if this time is equal to another object.

Equals(ChaosScheduleTimeUtc)

Compare if this time is equal to another time.

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

Parameters

Returns

True if both times are equal. False otherwise.

Implements

Applies to

Equals(Object)

Compare if this time is equal to another object.

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

Parameters

obj
Object

Returns

returns true if both are equal, false otherwise.

Applies to