'宣言 Public Function Compare( _ ByVal o1 As System.Object, _ ByVal o2 As System.Object _ ) As System.Integer
'使用法 Dim instance As ScriptEngine Dim o1 As System.Object Dim o2 As System.Object Dim value As System.Integer value = instance.Compare(o1, o2)
パラメータ
- o1
- o2