

| NativeMethodscore_FileNodeIterator_operatorEqual Method | 
Namespace: OpenCvSharp
 Syntax
Syntax[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int core_FileNodeIterator_operatorEqual( IntPtr it1, IntPtr it2 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_FileNodeIterator_operatorEqual ( it1 As IntPtr, it2 As IntPtr ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int core_FileNodeIterator_operatorEqual( IntPtr it1, IntPtr it2 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileNodeIterator_operatorEqual : it1 : IntPtr * it2 : IntPtr -> int
OpenCvSharp.NativeMethods.core_FileNodeIterator_operatorEqual = function(it1, it2);
 See Also
See Also