SelectedPartition.Equals(SelectedPartition) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool Equals(System.Fabric.SelectedPartition other);
override this.Equals : System.Fabric.SelectedPartition -> bool
Public Function Equals (other As SelectedPartition) As Boolean
Parameters
- other
- SelectedPartition
Returns
System.Boolean
Implements
System.IEquatable`1.Equals(`0)