Constable Authorization Engine 2.0 BETA

SerializablePropertyAttribute.Equals Method 

[This is preliminary documentation and subject to change.]

Compares two SerializablePropertyAttribute attributes 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 SerializablePropertyAttribute instance.

Return Value

true if the other object is an instance of the SerializablePropertyAttribute type and has the same value of the Serializable property as this object.

See Also

SerializablePropertyAttribute Class | LaMarvin.Constable.Design Namespace