Click or drag to resize

ThumbnailStyleEquals Method

Returns true if o is a ThumbnailStyle and has the same property values.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
An object to compare this object to.

Return Value

Type: Boolean
True if the object passed in represents the same style as this object and false otherwise.
See Also