Click or drag to resize

ScriptItemTEquals(ScriptItemT) Method


Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public bool Equals(
	ScriptItem<T> other
)

Parameters

other  ScriptItemT
 

Return Value

Boolean

Implements

IEquatableTEquals(T)
See Also