Som.Equals Method (Som)

 

Determines whether the specified SOM is equal to this SOM.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

Implements

IEquatable<T>.Equals(T)

Remarks

Equality is determined by comparing the Path property. This method returns true if both Som objects represent the same container (site, domain, or OU).

See Also

Equals Overload
Som Class
Microsoft.GroupPolicy Namespace

Return to top