op_Equality

Layout Equality operator

Determines whether two Layout objects are the same.

public static bool operator ==(Layout left, Layout right)
Parameter Type Description
left Layout Left Layout object.
right Layout Right Layout object.

Return Value

true

if both Layout objects are the same; otherwise,

false

See Also