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.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax public override bool Equals(
Object other
)
Parameters
- other
- Type: SystemObject
The object to compare.
Return Value
Type:
BooleanTrue if
other is a
SizeConstraint and has the same width, height and maximum width or height; otherwise, false.
See Also