Test whether the two Metadata objects are the same

 

   

Syntax
 

[C#]
virtual bool Equals(Metadata other)

 

   

Params
 
Name Description
other The Metadata to test against.
return Whether the Metadata objects are equal.

 

   

Notes
 

Test whether the two Metadata objects are the same.

 

   

Example
 

None.