BackupInfo.BackupVersion.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET