OpenDOF Project
boolean DTLConnectionConfig_IsEqual ( const DTLConnectionConfig  self,
const DTLConnectionConfig  config 
)

Compare a connection configuration against another for equality.

Connection configuration equality is determined first by matching the associated transport. If both connection configurations are associated with the same transport, the transport is then used to determine the equality of the connection configurations. Connection configurations associated with different transports are never equal.

Parameters
selfThe connection configuration to be compared. This paramater should not be NULL.
configThe connection configuration with which to compare. This parameter should not be NULL.
Return values
TRUEThe connection configurations are equal.
FALSEThe connection configurations are not equal.
See Also
DTLTransport_IsConnectionConfigEqual
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25