|
PhysicalRuleEquals Method (PhysicalRule) |
Indicates whether the current object is equal to another object of the same type.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool Equals(
PhysicalRule other
)
Public Function Equals (
other As PhysicalRule
) As Boolean
public:
virtual bool Equals(
PhysicalRule^ other
) sealed
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