LBM .Net API Documentation
compareToWithVersion Method (otherDefnId, otherMsgVersMajor, otherMsgVersMinor)
Namespacescom.latencybusters.pdmPDMDefinitioncompareToWithVersion(Int32, Int32, Int32)
Used to compare this {@link PDMDefinition} to another's properties taking into account the definition id and the major and minor message version
Declaration Syntax
C#
public virtual int compareToWithVersion(
	int otherDefnId,
	int otherMsgVersMajor,
	int otherMsgVersMinor
)
Parameters
otherDefnId (Int32)
the other definition id to compare against
otherMsgVersMajor (Int32)
the other definition major version to compare against
otherMsgVersMinor (Int32)
the other definition minor version to compare against
Return Value
0 if the two are equal, 1 if this {@link PDMDefinition} is greater, -1 if this {@link PDMDefinition} is less

Assembly: lbmcspdm (Module: lbmcspdm) Version: 6.7.1.0 (1.0.0.0)