Click or drag to resize

ValidationElementEquals Method

Determines whether the specified object is identical to the current object.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to be compared with the current object.

Return Value

Boolean
,if the specified object and the current object are the same, otherwise .
See Also