SecurityBaseProperty.Equals Method (Object)
Determines if the current instance is equal to the specified object.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public override bool Equals(
object obj
)
public:
virtual bool Equals(
Object^ obj
) override
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
obj
Type: System.ObjectThe object to compare.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
See Also
Equals Overload
SecurityBaseProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top