Determines whether the specified object is equal to the current object.
This method compares properties on the two objects.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public override bool Equals( Object obj ) |
Visual Basic |
---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
Parameters
- obj
- Type: System..::..Object
The object to compare with the current object.