Equals

public bool Equals(ClassTypeReference typeRef) ;

Returns whether this is equal to ClassTypeReference.

Parameter Name Description
typeRef Value of ClassTypeReference

Returns true if they are equal.

public bool Equals(Type type) ;

Returns whether this is equal to Type.

Parameter Name Description
type Type value

Returns true if they are equal.

public bool Equals(object obj) ;

Returns whether this is equal to object.

Parameter Name Description
obj object value

Returns true if they are equal.