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
- other
Type: Microsoft.ClusterAwareUpdating.CauNode
Return Value
Type: System.Boolean
Implements
See Also
Equals Overload
CauNode Class
Microsoft.ClusterAwareUpdating Namespace
Return to top