System.IntPtr.operator C# (CSharp) Method

operator() private method

private operator ( ) : bool
return bool
        public unsafe static bool operator == (IntPtr value1, IntPtr value2) 
        {
            return value1.m_value == value2.m_value;
        }