Click or drag to resize
ScompareExists Method (String, Object)
指定的特殊比较表达式是否存在。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static bool Exists(
	string propName,
	Object propValue
)

Parameters

propName
Type: SystemString
属性名称。
propValue
Type: SystemObject
查找值。

Return Value

Type: Boolean
如果存在为 true、否则为 false。
See Also