Click or drag to resize
SizeConstraintEquals Method
Determines whether the specified object is a SizeConstraint structure with the same width, height and maximum width or height as this SizeConstraint structure.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public override bool Equals(
	Object other
)

Parameters

other
Type: SystemObject
The object to compare.

Return Value

Type: Boolean
True if other is a SizeConstraint and has the same width, height and maximum width or height; otherwise, false.
See Also