Share via


CauNode.Equals Method (CauNode)

 

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)

See Also

Equals Overload
CauNode Class
Microsoft.ClusterAwareUpdating Namespace

Return to top