Click or drag to resize

ICustodianEquals Method

Determines if two Custodians are the same (using id comparison)

Namespace:  EdaIntegrationContract.Import
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
bool Equals(
	ICustodian other
)

Parameters

other
Type: EdaIntegrationContract.ImportICustodian
The custodian to compare against

Return Value

Type: Boolean
True if the custodians are the same
See Also