CollectionEquals Method
Determines whether the specified object is equal to the current object.
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
- obj Object
- The object to compare with the current object.
Booleantrue if the specified object is equal to the current object; otherwise, false.