Click or drag to resize

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
C#
public bool Equals(
	Custodian other
)

Parameters

other
Type: Law.EdaIntegration.ImportCustodian
The custodian to compare against

Return Value

Type: Boolean
True if the custodians are the same

Implements

IEquatableTEquals(T)
See Also