5 using SiliconStudio.Shaders.Visitor;
7 namespace SiliconStudio.Shaders.Ast
38 return !ReferenceEquals(null, other);
41 public override bool Equals(
object obj)
43 if (ReferenceEquals(null, obj))
return false;
44 if (ReferenceEquals(
this, obj))
return true;
45 if (obj.GetType() != typeof(
Expression))
return false;
56 return Equals(left, right);
61 return !Equals(left, right);
bool Equals(Expression other)
Expression()
Initializes a new instance of the Expression class.
override int GetHashCode()
override string ToString()
A tag interface for an object referencing a type.
override bool Equals(object obj)