Edit

Share via


CFType.Equal(IntPtr, IntPtr) Method

Definition

Compares two handles of native objects for equality.

public static bool Equal (IntPtr cf1, IntPtr cf2);
static member Equal : nativeint * nativeint -> bool

Parameters

cf1
IntPtr

nativeint

cf2
IntPtr

nativeint

Returns

true if the types are the same.

Applies to