Click or drag to resize

PhysicalRuleEquals Method (PhysicalRule)

Indicates whether the current object is equal to another object of the same type.

Namespace:  DoubleTake.Common.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public bool Equals(
	PhysicalRule other
)

Parameters

other
Type: DoubleTake.Common.ContractPhysicalRule
An object to compare with this object.

Return Value

Type: Boolean
if the current object is equal to the other parameter; otherwise, .
See Also