Class GeneralPathEqualityDelegate
java.lang.Object
com.inductiveautomation.ignition.common.xmlserialization.serialization.equalitydelegates.GeneralPathEqualityDelegate
- All Implemented Interfaces:
EqualityDelegate<GeneralPath>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
eq
(GeneralPath foo, GeneralPath bar) int
hash
(GeneralPath path)
-
Constructor Details
-
GeneralPathEqualityDelegate
public GeneralPathEqualityDelegate()
-
-
Method Details
-
eq
- Specified by:
eq
in interfaceEqualityDelegate<GeneralPath>
-
hash
- Specified by:
hash
in interfaceEqualityDelegate<GeneralPath>
-