pyregfi
Public Member Functions | List of all members
pyregfi._StructureWrapper Class Reference

Abstract class for most objects returned by the library. More...

Inheritance diagram for pyregfi._StructureWrapper:
Inheritance graph
[legend]

Public Member Functions

def __eq__ (self, other)
 Test for equality. More...
 

Detailed Description

Abstract class for most objects returned by the library.

Member Function Documentation

def pyregfi._StructureWrapper.__eq__ (   self,
  other 
)

Test for equality.

Records returned by pyregfi may be compared with one another. For example:

1 >>> key2 = key1.subkeys['child']
2 >>> key1 == key2
3 False
4 >>> key1 != key2
5 True
6 >>> key1 == key2.get_parent()
7 True

References pyregfi._StructureWrapper.__eq__(), REGFI_SK.offset, REGFI_NK.offset, REGFI_VK.offset, REGFI_CLASSNAME.offset, and pyregfi._StructureWrapper.offset.

Referenced by pyregfi._StructureWrapper.__eq__().


The documentation for this class was generated from the following file: