Array3DTEquals(Object) Method

Determines whether the specified object is equal to this instance.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The object to compare with this instance.

Return Value

Boolean
if the specified object is equal to this instance; otherwise, .

See Also