Click or drag to resize

SizeEquals Method

Determines whether the specified object is equal to the current object.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool Equals(
	Object other
)

Parameters

other
Type: SystemObject
The object to compare with the current object.

Return Value

Type: Boolean
True if the specified object is equal to the current object. False otherwise.
See Also