Click or drag to resize
SizeConstraintInequality Operator
Determines whether two SizeConstraint structures are different.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public static bool operator !=(
	SizeConstraint x,
	SizeConstraint y
)

Parameters

x
Type: Kentico.Content.Web.MvcSizeConstraint
The SizeConstraint structure on the left side of the inequality operator.
y
Type: Kentico.Content.Web.MvcSizeConstraint
The SizeConstraint structure on the right side of the inequality operator.

Return Value

Type: Boolean
True if x and y differ in width or height or maximum width or height; otherwise, true.
See Also