Constable Authorization Engine 2.0 BETA

TypeInfoAttribute.Equals Method 

[This is preliminary documentation and subject to change.]

Compares two instances of the TypeInfoAttribute for equality.

[Visual Basic]
Overrides Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
   object obj
);

Parameters

obj
The other instance to compare this instance to.

Return Value

Returns true if this instance equals to ; false otherwise.

See Also

TypeInfoAttribute Class | LaMarvin.ComponentModel Namespace