PagePorter Class Library

Metadata.Equals Method (Object)

Determines whether this instance of Metadata and a specified object, which must be a Metadata, have the same values.

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

Parameters

obj
An Object.

Return Value

true if obj is a Metadata and its values are the same as this instance; otherwise, false.

See Also

Metadata Class | Parastream.Web.MsFrontPage Namespace | Metadata.Equals Overload List