OpenMetaverse Protocol Library Developers API Documentation
Equals Method (obj)
NamespacesOpenMetaverse BinBVHAnimationReaderEquals(Object)
Determines whether the specified Objectis equal to the current Object.
Declaration Syntax
C#
public 
override 
bool 
Equals(
        
Object 
obj
)
Parameters
obj ( Object)
The Objectto compare with the current Object.
Return Value
true if the specified Objectis equal to the current Object; otherwise, false.
Exceptions
Exception Condition
NullReferenceException The objparameter is null.

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)