RuntimeOps.ExpandoCheckVersion(ExpandoObject, Object) 方法
定义
注意
do not use this method
检查 Expando 对象的版本。Checks the version of the Expando object.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
static bool ExpandoCheckVersion(System::Dynamic::ExpandoObject ^ expando, System::Object ^ version);
[System.Obsolete("do not use this method", true)]
public static bool ExpandoCheckVersion (System.Dynamic.ExpandoObject expando, object version);
[<System.Obsolete("do not use this method", true)>]
static member ExpandoCheckVersion : System.Dynamic.ExpandoObject * obj -> bool
Public Shared Function ExpandoCheckVersion (expando As ExpandoObject, version As Object) As Boolean
参数
- expando
- ExpandoObject
Expando 对象。The Expando object.
- version
- Object
要检查的版本。The version to check.
返回
如果版本相等,则为 true;否则为 false。true if the version is equal; otherwise, false.
- 属性