Click or drag to resize

BoxEquals Method (Object)

Determines whether the specified object is equal to the current instance of Box.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with the current instance of Box.

Return Value

Type: Boolean
True if the specified object is equal to the current instance of Box; otherwise, False.
See Also