ListItemSubField.SubFieldEquals(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two subfield instances are equal.
public:
override bool SubFieldEquals(System::Object ^ obj);
public override bool SubFieldEquals (object obj);
override this.SubFieldEquals : obj -> bool
Public Overrides Function SubFieldEquals (obj As Object) As Boolean
Parameters
- obj
- Object
The subfield to compare with the current subfield.
Returns
true if the specified subfield is equal to the current subfield.