|  | UnsubscribeEquals Method (Unsubscribe) | 
 Indicates whether the current object is equal to another object of the same type.
 
    Namespace: 
   Akka.Cluster.Tools.PublishSubscribe
    Assembly:
   Akka.Cluster.Tools (in Akka.Cluster.Tools.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic bool Equals(
	Unsubscribe other
)
abstract Equals : 
        other : Unsubscribe -> bool 
override Equals : 
        other : Unsubscribe -> bool Parameters
- other
- Type: Akka.Cluster.Tools.PublishSubscribeUnsubscribe
 An object to compare with this object.
Return Value
Type: 
Booleantrue if the current object is equal to the 
other parameter; otherwise, false.
Implements
IEquatableTEquals(T) See Also
See Also