maul-esel / ssharp

S# is a formal modeling and safety analysis framework for safety-critical systems. It provides a domain specific modeling language and fully automated formal safety analysis tools based on C# and .NET.
http://safetysharp.isse.de/wiki
MIT License
0 stars 1 forks source link

capability equivalence #18

Open maul-esel opened 8 years ago

maul-esel commented 8 years ago

Add an bool ICapability.IsEquivalentTo(ICapability) method instead of overriding object.Equals. Use it in configuration mechanisms etc.