System.UIntPtr.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : bool
Résultat bool
		public unsafe static bool operator == (UIntPtr value1, UIntPtr value2) 
		{
			return value1.m_value == value2.m_value;
		}