ShapeSubField.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.
Gets a value indicating whether this ShapeSubField and the specified ShapeSubField are equal.
public:
abstract bool SubFieldEquals(System::Object ^ obj);
public abstract bool SubFieldEquals (object obj);
abstract member SubFieldEquals : obj -> bool
Public MustOverride Function SubFieldEquals (obj As Object) As Boolean
Parameters
- obj
- Object
The ShapeSubField with which to compare this ShapeSubField.
Returns
true if the ShapeSubFields are equal.