| CustodianEquals Method |
Determines if two Custodians are the same (using id comparison)
Namespace:
Law.EdaIntegration.Import
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax public bool Equals(
Custodian other
)
Parameters
- other
- Type: Law.EdaIntegration.ImportCustodian
The custodian to compare against
Return Value
Type:
BooleanTrue if the custodians are the same
Implements
IEquatableTEquals(T)See Also