 | ValidationElementEquals Method |
Determines whether the specified object is identical to the current object.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
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