System.Object.InternalEquals C# (CSharp) Method

InternalEquals() private method

private InternalEquals ( Object objA, Object objB ) : bool
objA Object
objB Object
return bool
    internal static extern bool InternalEquals(Object objA, Object objB);