FlexReport for WinForms
CompareIdent メソッド (ScriptEngine)


C1.Report アセンブリ > C1.Report.ScriptEngine 名前空間 > ScriptEngine クラス : CompareIdent メソッド
Compares two idents.
シンタックス
'宣言
 
Public Shared Function CompareIdent( _
   ByVal ident1 As System.String, _
   ByVal ident2 As System.String _
) As System.Integer
'使用法
 
Dim ident1 As System.String
Dim ident2 As System.String
Dim value As System.Integer
 
value = ScriptEngine.CompareIdent(ident1, ident2)
public static System.int CompareIdent( 
   System.string ident1,
   System.string ident2
)

パラメータ

ident1
ident2
参照

参照

ScriptEngine クラス
ScriptEngine メンバ