RuntimeOps.ExpandoCheckVersion(ExpandoObject, Object) Method

Definition

Caution

do not use this method

Checks the version of the Expando object.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
[System.Obsolete("do not use this method", true)]
public static bool ExpandoCheckVersion(System.Dynamic.ExpandoObject expando, object version);

Parameters

expando
ExpandoObject

The Expando object.

version
Object

The version to check.

Returns

true if the version is equal; otherwise, false.

Attributes

Applies to

Product Versions (Obsolete)
.NET Framework (4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)