identical_pfc class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.logic
Summary
Checks if two property_fields_container are identical.
available inputs: property_fields_containerA (PropertyFieldsContainer), property_fields_containerB (PropertyFieldsContainer)
available outputs: boolean (bool), message (string)
Example
op = identical_pfc()
op = identical_pfc(property_fields_containerA=my_property_fields_containerA,property_fields_containerB=my_property_fields_containerB)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.logic |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
property_fields_containerA
Type: LinkableInput
property_fields_containerB
Type: LinkableInput
Outputs
boolean
bool (true if identical...)
Type: LinkableOutput
message
Type: LinkableOutput
Constructors
Constructor
identical_pfc()
Constructor
identical_pfc(property_fields_containerA, property_fields_containerB, config)
Parameters:
property_fields_containerA(object)property_fields_containerB(object)config(OperatorConfig)
Constructor
identical_pfc(config)
Parameters:
config(OperatorConfig)
Methods
Properties
inputs
Type: InputSpec
# Get or set the property
value = obj.inputs
obj.inputs = new_value
outputs
Type: OutputSpec
# Get or set the property
value = obj.outputs
obj.outputs = new_value
defaultConfig
Type: Config
# Get the property (read-only)
value = obj.defaultConfig