OpenDOF Project
boolean DTLServerConfig_IsEqual ( const DTLServerConfig  self,
const DTLServerConfig  config 
)

Compare a server configuration against another for equality.

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

Parameters
selfThe server configuration to be compared. This should not be NULL.
configThe server configuration with which to compare. This should not be NULL.
Return values
TRUEThe server configurations are equal.
FALSEThe server configurations are not equal.
See Also
DTLTransport_IsServerConfigEqual
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22