PluginStorageKeyEquals(PluginStorageKey) Method
Indicates whether the current object is equal to another object of the same type.
Namespace: SMath.ExtensibilityAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public bool Equals(
PluginStorageKey other
)
Public Function Equals (
other As PluginStorageKey
) As Boolean
public:
virtual bool Equals(
PluginStorageKey^ other
) sealed
abstract Equals :
other : PluginStorageKey -> bool
override Equals :
other : PluginStorageKey -> bool
- other PluginStorageKey
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)