Share via


DeviceProperty.Equals Method (DeviceProperty)

 

Compares one DeviceProperty object to another DeviceProperty object.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

public abstract bool Equals(
    DeviceProperty other
)
public:
virtual bool Equals(
    DeviceProperty^ other
) abstract
Public MustOverride Function Equals (
    other As DeviceProperty
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the objects are equal; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Equals Overload
DeviceProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top