BackupStatusProperty.Equals Method (DeviceProperty)
Compares one BackupStatusProperty object to another BackupStatusProperty object.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public override bool Equals(
DeviceProperty other
)
public:
virtual bool Equals(
DeviceProperty^ other
) override
Public Overrides Function Equals (
other As DeviceProperty
) As Boolean
Parameters
other
Type: Microsoft.WindowsServerSolutions.Common.Devices.DevicePropertyThe other BackupStatusProperty object to which the comparison will be made.
Return Value
Type: System.Boolean
true if the IDs of the objects are equal; otherwise, false.
Implements
See Also
Equals Overload
BackupStatusProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top