| ContainerSemanticEquals Method |
Determines if two containers are semantically equal.
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax public override bool SemanticEquals(
Object obj
)
Public Overrides Function SemanticEquals (
obj As Object
) As Boolean
public:
virtual bool SemanticEquals(
Object^ obj
) override
abstract SemanticEquals :
obj : Object -> bool
override SemanticEquals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The container to compare against.
Return Value
Type:
BooleanReturns true if the two containers are equal, otherwise false.
See Also