PluginStorageKeyEquals(PluginStorageKey) Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public bool Equals(
	PluginStorageKey other
)

Parameters

other  PluginStorageKey
An object to compare with this object.

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)

See Also