Share via


BackupInfo.BackupVersion.Equals Method

Definition

Overloads

Equals(BackupInfo+BackupVersion)

Determines whether this instance and another specified object have the same value.

Equals(Object)

Determines whether this instance and another specified object have the same value.

Equals(BackupInfo+BackupVersion)

Determines whether this instance and another specified object have the same value.

public bool Equals (Microsoft.ServiceFabric.Data.BackupInfo.BackupVersion other);
override this.Equals : Microsoft.ServiceFabric.Data.BackupInfo.BackupVersion -> bool
Public Function Equals (other As BackupInfo.BackupVersion) As Boolean

Parameters

other
BackupInfo.BackupVersion

The to compare to this instance.

Returns

true if the value of the value parameter is the same as the value of this instance; otherwise, false.

Implements

Applies to

Equals(Object)

Determines whether this instance and another specified object have the same 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 to compare to this instance.

Returns

true if the value of the value parameter is the same as the value of this instance; otherwise, false.

Applies to