RegistryItem.Equals Method (RegistryItem)

 

Determines whether the specified registry item is equal to this registry item.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management.Interop (in Microsoft.GroupPolicy.Management.Interop.dll)

Syntax

public virtual bool Equals(
    RegistryItem other
)
public:
virtual bool Equals(
    RegistryItem^ other
)
abstract Equals : 
        other:RegistryItem -> bool
override Equals : 
        other:RegistryItem -> bool
Public Overridable Function Equals (
    other As RegistryItem
) As Boolean

Parameters

Return Value

Type: System.Boolean

Returns Boolean. true if the specified registry item is equal to this registry item; otherwise, false.

Implements

IEquatable<T>.Equals(T)

Remarks

You can use this method to determine whether two Group Policy settings modify the same registry key.

See Also

Equals Overload
RegistryItem Class
Microsoft.GroupPolicy Namespace

Return to top