TemplateType.Equals method (1 of 2)

  1. public override bool Equals(object obj)

See Also


TemplateType.Equals method (2 of 2)

比较两个数据类型是否一致。

  1. public bool Equals(TemplateType other)
parameter description
other 需要比较的数据类型。

Return Value

如果一致,则为true;否则为false。

See Also