PartitionSelector.Equals Method (Object)
Compares whether two PartitionSelectors are the same.
Namespace: System.Fabric.Testability
Assembly: System.Fabric.Testability (in System.Fabric.Testability.dll)
Syntax
public override bool Equals(
object obj
)
Parameters
obj
Type: System.ObjectPartitionSelector to compare t.o
Return Value
Type: System.Boolean
true if same false if not.
See Also
PartitionSelector Class
System.Fabric.Testability Namespace
Return to top