点击或拖拽改变大小

RSizeEquality 运算符

Tests whether two RSize structures are equal.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static bool operator ==(
	RSize sz1,
	RSize sz2
)

参数

sz1
类型:DSkin.Html.Adapters.EntitiesRSize
The RSize structure on the left side of the equality operator.
sz2
类型:DSkin.Html.Adapters.EntitiesRSize
The RSize structure on the right of the equality operator.

返回值

类型:Boolean
This operator returns true if sz1 and sz2 have equal width and height; otherwise, false.
参见