Click or drag to resize

ModelVersionEquals Method

Compares the version with the specified one.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool Equals(
	ModelVersion otherVersion
)

Parameters

otherVersion
Type: Packflow.ModelingModelVersion

Return Value

Type: Boolean
See Also