equal


Description:

public bool equal (BaseInfo info2)

Compare two BaseInfo.

Using pointer comparison is not practical since many functions return different instances of BaseInfo that refers to the same part of the TypeLib; use this function instead to do BaseInfo comparisons.

Parameters:

this

a BaseInfo

info2

a BaseInfo

Returns:

true if and only if this equals info2.