| AppletManifestEquals Method (AppletManifest) |
Indicates whether the current object is equal to another object of the same type.
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax public bool Equals(
AppletManifest other
)
Public Function Equals (
other As AppletManifest
) As Boolean
public:
virtual bool Equals(
AppletManifest^ other
) sealed
abstract Equals :
other : AppletManifest -> bool
override Equals :
other : AppletManifest -> bool
Parameters
- other
- Type: SanteDB.Core.Applets.ModelAppletManifest
An object to compare with this object.
Return Value
Type:
Booleantrue if the current object is equal to the
other parameter; otherwise, false.
Implements
IEquatableTEquals(T)See Also