InputType.Equals method (1 of 2)
比较两个输入类型是否一致。
public bool Equals(InputType other)
parameter | description |
---|---|
other | 需要比较的输入类型。 |
Return Value
如果一致,则为true;否则为false。
See Also
- class InputType
- namespace SiteServer.Plugin
InputType.Equals method (2 of 2)
public override bool Equals(object obj)
See Also
- class InputType
- namespace SiteServer.Plugin