ExtractedBytesEquals Method |
See base docs.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
Return Value
Type:
BooleanRemarks
Note that Equals is overridden to detect identical content - it is NOT implemented to allow the class to be used
as a key. The class is mutable. It must not be used as a key in dictionaries, hash tables etc.
See Also